Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

hoogle

(This command has been awarded a Yubnub Golden Egg)

http://haskell.org/hoogle/?q=%s
The Haskell API Search Engine.

Hoogle allows you to search by either name, or by approximate type signature.

Example searches:
  hoogle map
  hoogle (a -> b) -> [a] -> [b]
  hoogle Ord a => [a] -> [a]
    
5989 uses - Created 2005-10-31 16:48:53 - Last used 2023-12-09 17:56:18
Is this command broken? Tell Jon if you know how to fix it.