CSE 341, Winter 1997

D. Notkin

Minor Assignment #1
Due: 1/14/97

This assignment will help you gear up in understanding and using ML, the programming language we're using this quarter to demonstrate the functional programming paradigm. It will consist of writing a number of individual functions (in contrast, your major assignment in ML will require you to write a collection of functions that interact with each other).

The TA will announce what he expects to be turned in, when it should be turned in, and how it should be turned in. Details on where ML is found, etc., will be provided in section on Tuesday, 1/7/97.

  1. Elements of ML Programming, 4.2.f (page 33).
  2. Elements of ML Programming, 4.5.b (page 33).
  3. Elements of ML Programming, 4.5.d (page 33).
  4. Elements of ML Programming, 5.1.d (page 47).
  5. Elements of ML Programming, 5.1.f (page 47).
  6. Elements of ML Programming, 5.2.b (page 48).