Type Constructors and Recursive Data Types




CS152

Chris Pollett

Apr. 22, 2009

Outline

As we talk about the above we'll continue to introduce ML.

More Type Constructors

Arrays (Vectors)

Lists in ML

Lists and Functions

Pointers and References

Recursive Datatypes