On Sat, 20 Feb 2010 12:15:35 -0500, Adam Ruppe wrote: > Future directions for it would be to make it a smart searcher
http://www.haskell.org/hoogle/?hoogle=Int+->+String This is quite advanced doc search for Haskell. In the example link I search for function that convert int to string, but generally it takes any part of of the function signature, and tries to return best matches.
