Lecture overview -- Keyboard shortcut: 'u'  Previous page: Types [Section] -- Keyboard shortcut: 'p'  Next page: Typing and Typecheck -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Introduction to Functional Programming in Scheme - slide 9 : 49

Types
Types are used to make programs more readable, make them run more efficient, and to detect certain errors before they cause errors in the calculation.