Several textbooks on and using Haskell exist. Titles should have a few copies of the following two in stock:
In the beginning, we use only the (widely ported) interpreter
Hugs.
You should be able to invoke hugs
on the departmental SUNs after you perform the SW setup.
Note:
The first two of the ``Two Dozen Lessons'' are ``dry'':
Lesson three starts using hugs
.
Minor differences between the current version Haskell 98
and the version used in the ``Two Dozen Lessons''
will be noticeable, especially the change of the default
Integral
type from Int
to Integer
.