CS 214: Programming Languages
Spring 2009

Home|Syllabus|Schedule
<<|>>|Haskell templates

Review Exercises
Haskell, Iteration 9

Your work for this iteration will come from Yet Another Haskell Tutorial (a.k.a. "YAHT") by Hal Daume III. Use the PDF available on that webpage since it has page and exercise numbers.

  1. Create a new folder _languages/haskell/yaht/.
  2. Create a new module Chapter03 and corresponding test module Chapter03Test (see the Haskell templates).

Write methods and tests for the following exercises:

Experiment with these functions in GHCi.

The page numbers are (logical number)/(pdf number).

For your own edification, work through these exercises:

There's nothing to hand in for these.