Stop show with sound -- Keyboard shortcut: 'x'  Next slide in show -- Keyboard shortcut: 'n'  2 minutes, 46 secondsExpressions, Types, and Functions - slide 18 : 46

Proper lists

A list is recursively composed of a head and a tail, which is a (possibly empty) list itself

The building blocks of lists are the cons cells

Every such cell is allocated by an activation of the cons function

To see this image you must download and install the SVG plugin from Adobe.In Firefox please consultthis page.
A proper list is always terminated by the empty list