The Problem set for this assignment is due 5:00pm November 1, 2005.
Start Haskell by following the same procedure that you used in earlier labs.
(a) A Unix "Shell" where you can run Haskell programs: select Macintosh HD -> Applications -> Utilities -> Terminal
(b) A text editor where you can edit Haskell programs: select Macintosh HD -> Applications -> TextEdit
------------------------------------------
More about Defining Functions with Haskell
Allen Tucker
October 2004
------------------------------------------
> module Asst6 where
The properties of functions can be explored with the help of Haskell. This tutorial provides an introduction to defining functions in Haskell, as well as an interesting exercise in cryptography.