Play audio slide show -- Keyboard shortcut: 'x'  Lecture overview -- Keyboard shortcut: 'u'  Previous page: Static type checking -- Keyboard shortcut: 'p'  Next page: Types in functional programming languages -- 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 15 : 46

An example of type checking
Is the expression   (+ 1 (if (even? x) 5 "five"))   correct with respect to types?