           A TITLE

Some text, whatever you want..

> -- part of a Haskell prog
> hd (x:_) = x
     
The blank lines surrounding
the program are mandatory.

This file should have a .lhs
suffix, or use the -l argument
to the interpreter.
