Play audio slide show -- Keyboard shortcut: 'x'  Lecture overview -- Keyboard shortcut: 'u'  Previous page: Arithmetic expressions -- Keyboard shortcut: 'p'  Next page: The read-eval-print loop -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home      Expressions, Types, and Functions - slide 9 : 46

Equality in Scheme
As most other programming languages, Scheme supports a number of different equivalence predicates
equality-session
A sample interaction using and demonstrating the equivalence functions in Scheme.