Haskell Resources
- haskell.org. Several
tutorials, tools, libraries. The primary Haskell site.
To highlight a few items:
- Hoogle for searching libraries.
- Prelude, description of definitions in the Haskell
Prelude.
- Real World Haskell.
The book by Bryan O'Sullivan, Don Stewart, and John Goerzen
provides a tutorial style introduction to Haskell. It contains
some useful tips on using GHC.
- The
Getting started with Haskell page from CSci 5106.
- The
Gentle Introduction to Haskell tutorial by Paul Hudak,
John Peterson and Joseph Fasel.
- Sample Haskell code is posted in the password-protected resources
directory and can be found by navigatings from the sample_code directory.
Papers: