[Haskell-cafe] Hoogle works once more
Neil Mitchell
ndmitchell at gmail.com
Thu Dec 6 12:20:02 EST 2007
Hi
> 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.
As Tillman says, you can search for "Map" alone to find Data.Map. The
new version (Hoogle 4) already supports this properly, so searching
for Data.Map is equivalent to searching for Map in the Data.*
hierarchy - which does exactly what you want.
Thanks
Neil
More information about the Haskell-Cafe
mailing list