  |
Haskell Wikibooks - http://en.wikibooks.org/wiki/Haskell
Collection of open-content textbooks about Haskell. |
  |
Haskell: The Craft of Functional Programming - http://www.cs.kent.ac.uk/people/staff/sjt/craft2e/
By Simon Thompson; Addison-Wesley, 1999, ISBN 0201342758. Edition 2, introductory textbook to functional programming in Haskell. [University of Kent] |
  |
Learn You a Haskell for Great Good! - http://learnyouahaskell.com/
Tutorial aimed at people who have experience in imperative programming languages but haven't programmed in a functional language before. |
  |
Monads for the Working Haskell Programmer - http://www.engr.mun.ca/~theo/Misc/haskell_and_monads.htm
This short tutorial introduces monads to Haskell programmers. |
  |
Haskell for C Programmers - http://www.haskell.org/~pairwise/intro/intro.html
A tutorial for people with a background in imperative languages like C, C++, Java or Python. |