week2 tweaks
authorJim Pryor <profjim@jimpryor.net>
Sat, 18 Sep 2010 19:06:46 +0000 (15:06 -0400)
committerJim Pryor <profjim@jimpryor.net>
Sat, 18 Sep 2010 19:06:46 +0000 (15:06 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
week2.mdwn

index 68080c0..ce21d26 100644 (file)
@@ -45,7 +45,7 @@ Lambda expressions that have no free variables are known as **combinators**. Her
 
 >   **W** is defined to be: `\f x . f x x`. (So `W f` accepts one argument and gives it to `f` twice. What is the meaning of `W multiply`?)
 
 
 >   **W** is defined to be: `\f x . f x x`. (So `W f` accepts one argument and gives it to `f` twice. What is the meaning of `W multiply`?)
 
->      **&omega;** is defined to be: `\x. x x`
+>      **&omega;** (that is, lower-case omega) is defined to be: `\x. x x`
 
 It's possible to build a logical system equally powerful as the lambda calculus (and readily intertranslatable with it) using just combinators, considered as atomic operations. Such a language doesn't have any variables in it: not just no free variables, but no variables at all.
 
 
 It's possible to build a logical system equally powerful as the lambda calculus (and readily intertranslatable with it) using just combinators, considered as atomic operations. Such a language doesn't have any variables in it: not just no free variables, but no variables at all.