[Haskell-cafe] Hoogle works once more
Tillmann Rendel
rendel at rbg.informatik.tu-darmstadt.de
Thu Dec 6 11:33:48 EST 2007
Dougal Stanton wrote:
> Is there a way to search on module names? If I put in Data.Map then
> the one thing that doesn't come up is a link to the library page for
> Data.Map. That would be a really good short-cut.
You can already search for unqualified module names:
http://haskell.org/hoogle/?q=Map
shows module Data.Map as first result.
Tillmann
More information about the Haskell-Cafe
mailing list