pursuit
pursuit copied to clipboard
Website for hosting and searching PureScript API documentation
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...
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.
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?
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...
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...
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
For example, searching for "console" should give `Control.Monad.Eff.Console.log`.