hoogle
hoogle copied to clipboard
Haskell API search engine
Our local [hoogle instance](https://hoogle.daml.com) is currently broken due to some missing dependencies. Our process renews the Hoogle server nodes about once a day, and the latest refresh is not booting...
`(a -> IO c) -> (b -> IO c) -> Either a b -> IO c` does not find `either`.
I'm not sure if this is a nixpkgs problem or a hoogle issue. Regardless, if you use the `hoogleLocal` function in nixpkgs on nixos-unstable (which has Hoogle 5.0.17.11) the resulting...
Thanks for maintaining a great tool Neil. I noticed that it displays trash in search results today (July 24th), maybe something broken in parsing of `.hi` files after the last...
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
It seems that https://haskell.org/hoogle/ recently started redirecting to https://hoogle.haskell.org/ . This is not described in the readme which instead makes a clear distinction between the two. Also we might want...
When searching for `String->[String]`, I can find results such as _lines_ or _words_. But these results do not appear when I search for `[Char]->[[Char]]` although it should be synonym.
I usually find the package I want at hoogle.haskell.org, but eg propellor is missing.
I tend to use the keyboard and avoid the mouse as much as possible. For this workstyle it would be helpful if the search box was autofocused (as it is...