CPSC 429/529: Functional Programming

 

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

  Home
  Schedule
  Handouts
  Assignments
  Projects
  Links
 
 

Lecture 4: Lists.

In this lecture we introduce the concepts of lists to functional programming. We discuss examples of lists, and show programs that manipulate lists.

Source Code:

lists.hs

Previous lecture: Lecture 3
Next lecture: Lecture 5