tweak week1
authorJim <jim.pryor@nyu.edu>
Sun, 1 Feb 2015 18:09:09 +0000 (13:09 -0500)
committerJim <jim.pryor@nyu.edu>
Sun, 1 Feb 2015 18:09:09 +0000 (13:09 -0500)
topics/week1.mdwn

index ee5478c..01aac88 100644 (file)
@@ -640,3 +640,5 @@ We've also talked about a variety of **expressions** in our language, that evalu
 
 The special syntaxes `[10, 20, 30]` are just shorthand for the more offical syntax using `&` and `[]`, and likewise for `{10, 20, 30}`. The `if ... then ... else ...` syntax is just shorthand for a `case`-construction using the literal patterns `'true` and `'false`.
 
+We also talked about **patterns**. These aren't themselves expressions, but form part of some larger expressions.
+