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

Type signatures for class members are missing in search results #264

Closed
garyb opened this issue Dec 31, 2016 · 0 comments · Fixed by #346
Closed

Type signatures for class members are missing in search results #264

garyb opened this issue Dec 31, 2016 · 0 comments · Fixed by #346
Labels
Milestone

Comments

@garyb
Copy link
Member

garyb commented Dec 31, 2016

Not sure if there's already an issue for this - I couldn't see one anywhere, which I find surprising since this hasn't worked for a while!

Example: https://pursuit.purescript.org/search?q=traverse

Note the result for the Traversable traverse:

traverse

Data.Traversable (purescript-foldable-traversable)

As compared with a non-class-function:

traverse :: forall a w. Ord a => a -> Graph a w -> List a

Data.Graph (purescript-digraph)
@hdgarrood hdgarrood added this to the Approved milestone Dec 18, 2017
hdgarrood added a commit that referenced this issue Dec 21, 2017
Fixes #264. Also fixes the same issue for data constructors.
hdgarrood added a commit that referenced this issue Dec 21, 2017
Fixes #264. Also fixes the same issue for data constructors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants