We'll start with questions and answers, and then I'll provide an introduction to pattern matching.
There isn't any explicit reading or practice dealing with pattern matching. The reason for this is that pattern matching is just a fancy way of getting cond-like behavior out of our code, but with a twist. We will work with it in-class on Tuesday.
