pursuit icon indicating copy to clipboard operation
pursuit copied to clipboard

Website for hosting and searching PureScript API documentation

Results 76 pursuit issues
Sort by recently updated
recently updated
newest added

For example, people might not know that the type of `Data.Array.fromFoldable` is `forall f a. Foldable f => f ~> Array`; this means that the query `f a -> Array...

search

I thought this would be helpful for finding instances of `Discard`, but could also be useful for looking up who uses a typeclass or how other implementations work.

search

Currently instances only appear when searching by name. This is not ideal because instance names are very rarely important; if you want to know about an instance / whether an...

Search results currently display the package and the module result comes from, but those aren't clickable links. Maybe make those link to the package/module?

search

I remember talking about this somewhere so apologies if it's a duplicate - I couldn't see one anywhere. I suggest an easy quick-fix for this would be to remove sections...

needs-compiler-changes

If I am on the page for the Data.Maybe module version 0.3.2, and I use the version selector to select 0.3.1, then I should be taken to the Data.Maybe module...

Include comments in the search index, so that e.g. if I search for `Kleisli` I get `Star` from Data.Profunctor. Note that the documentation uses the word "Kleisli" but the word...

search

I think it could be helpful to put all the core libraries on their own page on Pursuit, so that people who are relatively new to PureScript can look through...

https://twitter.com/rightfold/status/892789377025355776 /cc @rightfold

search

For example, searching for "console" should give `Control.Monad.Eff.Console.log`.

search