CS 334
|
This first assignment is mainly for you to get used to using sml on our UNIX system. See the lecture notes for lecture 2 for assistance. You must do the problems, but they are not to be turned in. Because they are not to be turned in, you may receive help from other members of the class without penalty. In particular, ask for help if you need assistance in using the sml compiler. However, be sure that you are able to write programs like this without help.
Chris Cyll, the TA, will be available in the UNIX lab on the 3rd floor of TCL for help between 8 and 10pm on this Monday evening only.
These problems are not to be turned in
dup "ab" = ("ab","ab").
list_dup "ab" 3 = ["ab","ab","ab"].