purescript / pursuit

Website for hosting and searching PureScript API documentation
https://pursuit.purescript.org/
Other
169 stars 47 forks source link

Child declarations not found when searching by type #303

Closed donabrams closed 6 years ago

donabrams commented 7 years ago

Example: (a -> Maybe b) -> m a -> m b didn't return filterMap in results.

hdgarrood commented 6 years ago

Renaming since this applies to data constructors too; a -> Maybe a does not currently find Just.