CPSC 201: Introduction to Computer Science

 

Instructor: Carsten Schürmann
Department of Computer Science
Yale University
Time: MWF 11:30-12:20
Room: AKW200

  Home
  Schedule
  Handouts
  Assignments
  Projects
  Links
 
 

Lecture 33

In this lecture we illustrate the SML/NJ module system. An enormously helpful tool to structure large projects, such as the one which is on the homework. Have you started already?

Code: modules.sml. A simple dictionary implementation.

Reading: Invitation to Computer Science Chapter 9.2.2