hoogle icon indicating copy to clipboard operation
hoogle copied to clipboard

Haskell API search engine

Results 146 hoogle issues
Sort by recently updated
recently updated
newest added

E.g. https://www.haskell.org/hoogle/?hoogle=%E4

``` type HasCallStack = ?callStack :: CallStack ``` Seems to not show up, lives in `GHC.Stack`.

cf. https://www.haskell.org/hoogle/?hoogle=%28%26%29 does not give: https://hackage.haskell.org/package/base-4.8.0.0/docs/src/Data-Function.html#%26 I'm not sure whether it's a version issue or something deeper... :\

Maybe it could be part of #213 , but it would be nice if there were a way to find all typeclasses that match some superclass constraint Maybe some syntax...

enhancement

See http://hoogle.haskell.org/?hoogle=%2B - observe base/Prelude is not a listed answer.

I was a bit surprised that new hoogle fails to find correct function for `(a -> m b) -> t a -> m (t b)` while previous version works correctly....

bug

We need this tool since 10 years ago...

It points to http://hoogle.haskell.org///cdn.rawgit.com/ndmitchell/hoogle/d451df5826229a6ddc3ff0a7d28a3740c8866f86/html/search.xml. Perhaps it should point to http://cdn.rawgit.com/ndmitchell/hoogle/d451df5826229a6ddc3ff0a7d28a3740c8866f86/html/search.xml instead?

bug

Windows 7 64bit Korean version (CP949) MSYS2 Shell (LANG=C.UTF-8) stack version Version 1.2.1, Git revision 2caa0524b7a37c57c465b4c6414c1089eb81f137 x86_64 hpack-0.14.1 hoogle version Hoogle 5.0.1, http://hoogle.haskell.org/ While running `stack hoogle` command, It has...

bug