[Haskell-beginners] search function by type
David Ringo
davidmringo at gmail.com
Fri Jul 8 22:43:23 UTC 2016
To add to what Andrew said, you can get Hoogle integration in GHCi with
some custom commands:
https://wiki.haskell.org/Hoogle#GHCi_Integration
Hoogle is not perfect, but it's the closest you'll find to what you want.
You could even define some augmenting functions to trim its (often large)
output and bind them to GHCi commands as well.
On Fri, Jul 8, 2016 at 1:37 AM Andrew Bernard <andrew.bernard at gmail.com>
wrote:
> Hi Ford,
>
> Take a look at Hoogle. Indispensable.
>
> https://www.haskell.org/hoogle/
>
> Andrew
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20160708/14c47707/attachment.html>
More information about the Beginners
mailing list