CPSC 429/529: Functional Programming

 

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

  Home
  Schedule
  Handouts
  Assignments
  Projects
  Links
 
 

Lecture 5: Functions.

In this section, we will add functions to our little language, and define what it means for functions to be well-typed, and how to apply them.

Reading material:

Previous lecture: Lecture 4
Next lecture: Lecture 6