Yet Another Haskell Tutorial
by Hal Daume III
Publisher: University of Maryland 2006
Number of pages: 192
Description:
The goal of the 'Yet Another Haskell Tutorial' is to provide a complete introduction to the Haskell programming language. It assumes no knowledge of the Haskell language or familiarity with functional programming in general ...
Download or read it online for free here:
Download link
(680KB, PDF)
Similar books

by Mihai-Radu Popescu - sthaskell.com
Haskell is a lot more mathematically rigorous than other programming languages. This is a book that will show you around Haskell. If you're not already familiar with programming in another language, you might need to put in extra work.
(8512 views)

by Joeri van Eekelen, et al. - Wikibooks
This book introduces both the Haskell language, from the very basics to its most advanced features, and computer programming in general. The book is divided into three sections: the Beginner's Track, the Advanced Track, and Practical Haskell.
(19010 views)

by Miran Lipovaca - LearnYouaHaskell.com
This is an attempt at adding another useful resource for learning Haskell. This tutorial is aimed at people who have experience in imperative programming languages (C, C++, Java, Python) but haven't programmed in a functional language before.
(16082 views)

by Simon Marlow
This tutorial will introduce the main programming models available for concurrent and parallel programming in Haskell. The text should serve as an introduction to the fundamental concepts through the use of practical examples.
(10040 views)