X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=lambda_evaluator.mdwn;h=c0697abd148f771170b18087c9af813f601cb8df;hb=efc414adb5e2372295701927bc1115afedf44ce7;hp=6d0866c7ccc9ada00559fc9164914d43ab832076;hpb=516417f5f9ac78553dd1788e263878ff6016f21d;p=lambda.git diff --git a/lambda_evaluator.mdwn b/lambda_evaluator.mdwn index 6d0866c7..c0697abd 100644 --- a/lambda_evaluator.mdwn +++ b/lambda_evaluator.mdwn @@ -22,7 +22,7 @@ Blank lines are fine. *Abbreviations*: In an earlier version, you couldn't use abbreviations. `\x y. y x x` had to be written `(\x (\y ((y x) x)))`. We've upgraded the parser though, so now it should be able to understand any lambda term that you can. -*Constants*: (NOT YET IMPLEMENTED!) The combinators `S`, `K`, `I`, `C`, `B`, `W`, and `T` are pre-defined to their standard values. Also, integers will automatically be converted to Church numerals. (`0` is `\s z. z`, `1` is `\s z. s z`, and so on.) +*Constants*: The combinators `S`, `K`, `I`, `C`, `B`, `W`, and `T` are pre-defined to their standard values. Also, integers will automatically be converted to Church numerals. (`0` is `\s z. z`, `1` is `\s z. s z`, and so on.) @@ -38,11 +38,12 @@ let and = \l r. l r false in ) +do eta-reductions too - - - - + + + +