From: Jim Date: Sun, 1 Feb 2015 22:45:35 +0000 (-0500) Subject: keywords X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=4790ffcaece6a75cf9fb0ea5fa9bc19ddc976f1d;hp=ee7149fbdddfbf06169be83509a40921524183a8 keywords --- diff --git a/topics/week1.mdwn b/topics/week1.mdwn index 446d7a72..9473c331 100644 --- a/topics/week1.mdwn +++ b/topics/week1.mdwn @@ -636,7 +636,7 @@ We've also talked about a variety of **expressions** in our language, that evalu * All of the literal atoms and literal containers * Variables * Complex expressions that apply `&` or some variable understood to be bound to a function to some arguments -* Various other complex expressions involving λ or `let` or `letrec` or `case` +* Various other complex expressions involving the keywords λ or `let` or `letrec` or `case` 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`.