Held: Friday, April 10, 1998
data Days = Mon | Tue | Wed | Thu | Fri | Sat | Sun data Gender = Male | Female | Unspecified
data Person = Per String Int Gender
Per is the constructor, which takes
three arguments:
data IntList = ILnil | ILcons Int IntList
data List a = Nil | Cons a (List a)
Disclaimer Often, these pages were created "on the fly" with little, if any, proofreading. Any or all of the information on the pages may be incorrect. Please contact me if you notice errors.
Source text last modified Thu May 7 20:29:42 1998.
This page generated on Thu May 7 20:34:45 1998 by SiteWeaver.
Contact our webmaster at rebelsky@math.grin.edu