The Problem set for this assignment is due at 5:00pm October 4, 2005.
Start Haskell using the following steps (these are similar to the ones you used in Assignments 1 and 3).
(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
---------------------------------------------------------
Exploring Properties of Sets and Relations with Haskell
Allen Tucker
January 2004
---------------------------------------------------------
> module Asst4 where
> import Set
The properties of sets and relations can be explored with the help of Haskell. Due to the limitations of the keyboard, some set operators (such as "intersection") have to be typed using two characters rather than one. Here is a brief summary of the differences in set notation between your book and Haskell.
You will find that this tutorial provides some valuable tools for exploring
the properties of sets using Haskell.