Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow searching for "typeclasses" #19

Open
mrbackend opened this issue Jan 23, 2017 · 1 comment
Open

Allow searching for "typeclasses" #19

mrbackend opened this issue Jan 23, 2017 · 1 comment

Comments

@mrbackend
Copy link

Say I am looking for an "applicative functor type", and I don't know its name. Now, they typically have a map2, an andMap or an apply function, so I can search for the name. But I really want to search for something like f a -> f (a -> b) -> f b or (a -> b -> c) -> f a -> f b -> f c, where f matches any type (but the same for all f's). Possible?

@klaftertief
Copy link
Owner

Not at the moment, but it's on the backlog of things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants