pursuit
pursuit copied to clipboard
Website for hosting and searching PureScript API documentation
Suggestion from @joneshf. If you're using the mouse already, e.g. if you right-click and paste into the search box, you currently need to switch to the keyboard to press enter...
It might be nice to have the ability to put math equations into documentation, probably via latex. I don't really like the way MathJax works but AFAIK there aren't any...
Seems like this could reduce GC latency since we want the data to be ignored for the purposes of GC.
I.e. continuing the work which was started in #337.
It seems like the text "Operator alias for Control.Bind.composeKleisli" could be made as a link to the thing it refers to, and/or the operator could include the type signature. Same...
``` Gzip the JSON output produced by psc-publish and save it to a file. ``` But `psc-publish` yields `Missing: --manifest FILE --resolutions FILE` and I can't find any documentation what...
I think it would be nice to link to pages from Twitter and see a description in the link: http://ogp.me/
For example: http://hackage.haskell.org/package/base-4.8.1.0/docs/src/Data.List.html
The issue can be demonstrated using the example search of `(a -> b) -> f a -> f b` The functions `liftA1` and `liftM1` get higher priority than `map`. Class...
For example, the query `f ~> Array` should bring up `Data.Array.fromFoldable`. I'm not sure what is going on now; most of the results are of the form `forall a. C...