Skip to content

Instantly share code, notes, and snippets.

@jbrown215
Last active December 5, 2017 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbrown215/09d42b1689b9c6a9b4fbeb0ff948be9c to your computer and use it in GitHub Desktop.
Save jbrown215/09d42b1689b9c6a9b4fbeb0ff948be9c to your computer and use it in GitHub Desktop.
select :: fs:[Filter a <\u -> p>] -> [Tagged <\u -> p> {v:a | evalQ fs a} ]
@nikivazou
Copy link

select :: forall p. fs:[Filter a <\u -> p>] -> [Tagged <\u -> p u > {v:a | evalQ fs a} ]

@jbrown215
Copy link
Author

💃 thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment