Play audio slide show -- Keyboard shortcut: 'x'  Lecture overview -- Keyboard shortcut: 'u'  Previous page: Type checking -- Keyboard shortcut: 'p'  Next page: An example of type checking -- 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 14 : 46

Static type checking
There are two main kinds of static type checking: explicit type decoration and implicit type inference
Let us study the expression (+ x (string-length y))