Difference between revisions of "HaskellWiki:Searching"

From HaskellWiki
Jump to navigation Jump to search
(Quickly listed a few ways to search for Haskell stuff. Feel free to improve.)
 
m (Google link)
 
Line 1: Line 1:
 
==Haskell Wiki Search==
 
==Haskell Wiki Search==
  +
  +
Google indexes the Haskell Wiki much better than the internal engine: Add your search term to:
  +
[http://www.google.com/search?q=site%3Ahaskell.org%2Fhaskellwiki Google site:haskell.org]
  +
 
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 [http://www.haskell.org/pipermail/haskell-cafe/2008-February/039567.html suggested by Daniil Elovkov] on Haskell Cafe you can add <tt>site:haskell.org/haskellwiki</tt> to a [http://www.google.com/ Google] 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 [http://www.haskell.org/pipermail/haskell-cafe/2008-February/039567.html suggested by Daniil Elovkov] on Haskell Cafe you can add <tt>site:haskell.org/haskellwiki</tt> to a [http://www.google.com/ Google] search.
   

Latest revision as of 03:34, 11 August 2008

Haskell Wiki Search

Google indexes the Haskell Wiki much better than the internal engine: Add your search term to: Google site:haskell.org

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.