- Haskell.org - http://www.haskell.org/
Repository for information on the lazy functional programming language Haskell: Descriptions, documents, history, news, HaWiki, software (libraries, tools), humor, merchandise, and links.
- Hello, World program - http://www2.latech.edu/~acm/helloworld/haskell.html
What Hello World in Haskell looks like.
- Haskell API Search - http://www.nmitchell.co.uk/code/haskell_api/
Search engine for the Haskell standard libraries (Prelude, List, Array, etc). Search by function name, or type signature. Gives examples and overviews of many functions.
|