In Chapter 7, you learned the basics of pattern matching, which is used with functions. In this chapter, you’ll learn more about the details of pattern matching.
Basically, pattern matching means matching values with patterns and binding variables with the matches that succeeded.
f: This pattern matches ...