(no commit message)
authorbarker <barker@web>
Sat, 18 Sep 2010 13:38:41 +0000 (09:38 -0400)
committerLambda Wiki <lambda@SERVER.PHILOSOPHY.FAS.NYU.EDU>
Sat, 18 Sep 2010 13:38:41 +0000 (09:38 -0400)
week2.mdwn

index aa4c453..717b594 100644 (file)
@@ -39,7 +39,7 @@ Lambda expressions that have no free variables are known as **combinators**. Her
 
 >      **get-second** was our function for extracting the second element of an ordered pair: `\fst snd. snd`. Compare this to our definition of **false**.
 
->      **&omega;** is defined to be: `\x. x x (\x. x x)`
+>      **&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.