Haskell: Functional Programming with Types
by Joeri van Eekelen, et al.
Publisher: Wikibooks 2007
Number of pages: 290
Description:
In this book we aim to introduce you both to the Haskell language, from the very basics to its most advanced features, and to computer programming in general. The book is divided into three sections: the Beginner's Track, the Advanced Track, and Practical Haskell.
Download or read it online for free here:
Download link
(2.3MB, PDF)
Similar books

by Jonathan Tang - Wikibooks
You'll start off with command-line arguments and parsing, and progress to writing a fully-functional Scheme interpreter that implements a good-sized subset of R5RS Scheme. Along the way, you'll learn Haskell's I/O, mutable state and dynamic typing.
(18699 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.
(11920 views)

by Daniƫl de Kok, Harm Brouwer
We will go into many of the techniques that so-called computational linguists use to analyze the structure of human language, and transform it into a form that computers work with. We chose Haskell as the main programming language for this book.
(17302 views)

by Andres Loh - Febodruk
'Exploring Generic Haskell' gives a complete overview of the language, systematically explains the core features of Generic Haskell, and several extensions, and provides detailed examples on how the features can be implemented.
(7029 views)