Neil Mitchell
Neil Mitchell
Give a page you can paste in text and get back HLint suggestions. Either just link to an existing paste site that does it, or write my own on top...
From https://code.google.com/p/ndmitchell/issues/detail?id=446 Sometimes people ask questions that could easily have been answered by a Hoogle search. I should clone http://lmgtfy.com/ , but for Hoogle.
See `` in https://webkit.org/blog/8718/new-webkit-features-in-safari-12-1/ as an example. Using that in preference to the custom JQuery thing should make it more accessible and reduce the amount of code.
Search for Shake. Click on Uses next to Development.Shake. Notice it only searches for Shake, not Development.Shake
We should be matching arguments to each other when we reorder them, and highlighting them. Hoogle 4 did this, bug Hoogle 5 lost that feature.
I bumped the stack limit to 1M, which is way too high, should investigate why and bring it down
After the release, when things are at "feature parity" or thereabouts.
- `a -> b` should find `unsafeCoerce` before `id`. - `IO a -> m a` should find `liftIO` first. - `a -> m a` should find `return` or `pure` first.
e.g. runState shouldn't give an internal module in containers as the top result.