Next Previous Contents

CSE240 Basics of ML

Jeffrey A. Meunier, meunier-jeff@cs.yale.edu

Spring 2000


How to start, use and leave the SML/NJ interpreter, plus some basic ML. There are references in these web pages to where in the Ullman text more information can be found. These pages are not an assignment.

1. Important!

2. Using SML/NJ

3. Functions

4. Simple Recursive Functions

5. Patterns in Function Definitions

6. Let Environments

7. I/O

8. User-defined Types


Next Previous Contents