Real World Haskell
Haskell, Iteration 7
Real World Haskell by Bryan O'Sullivan, Don Stewart, and John Goerzen is an excellent, practical book on Haskell, although a bit too much for our purposes. It may prove useful, though, if you need a different take on what we do in Haskell.
You can buy the book or read it online. The free online version sounds best to me!
Skimming Assignment
We've covered most of the material in these chapters already:
- Introduction: Why functional programming? Why Haskell?
- Chapter 1: Getting started
- Chapter 2: Types and functions
- Chapter 4: Functional programming
Skim over these chapters in your spare time. Read the sections that re-cover material you've seen before but didn't understand.
As we cover more material, I'll direct you to the appropriate chapters from Real World Haskell for more information.