HaskellWiki:Searching

From HaskellWiki
Revision as of 12:40, 25 April 2008 by Rk (talk | contribs) (Quickly listed a few ways to search for Haskell stuff. Feel free to improve.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Haskell Wiki Search

You can use the search box at the top of the page to just search the Haskell wiki. Note that words of 3 characters or less are not currently indexed. Alternatively as suggested by Daniil Elovkov on Haskell Cafe you can add site:haskell.org/haskellwiki to a Google search.

Hoogle : Library Search

You can use Hoogle to search for a function name or type signature such as map or (a -> b) -> [a] -> [b].

Hayoo! : Search for function names etc

You can also use Hayoo! to search for function names, module names, signatures and function descriptions.

Google : Search *.haskell.org/*

The Search haskell.org link provides a Google search restricted to *.haskell.org/*. This is wider than just the Haskell wiki - it includes the GHC documentation, the online report etc.