Comment on The Haskell user experienceparentComments−sknuds11yIt'd be nice to be able to search by type declaration−dllthomas11yHoogle lets you do exactly that, with fuzzy matching:https://www.haskell.org/hoogle/?hoogle=a+-%3E+[b]It's as useful as you might hope!−anthk11yI am not a Haskeller, but you can use "!h searchterm" on Duck Duck Go.−ddellacosta11yOMG thank you, this was the thing that got me to finally permanently set my toolbar search in FF to Duck Duck Go...
Comments
It'd be nice to be able to search by type declaration
Hoogle lets you do exactly that, with fuzzy matching:
https://www.haskell.org/hoogle/?hoogle=a+-%3E+[b]
It's as useful as you might hope!
I am not a Haskeller, but you can use "!h searchterm" on Duck Duck Go.
OMG thank you, this was the thing that got me to finally permanently set my toolbar search in FF to Duck Duck Go...