X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=lambda_evaluator.mdwn;h=93870a559a704c9fa221c0951427775416076d17;hp=afcf926e490f1aebd8f08e6ab1e4e075ee6ea9ad;hb=3de7188739d607c5430e6180497f7c9866bbcd2c;hpb=7a8b2473541fe004b8c31d7238aaa337f24fa6f5 diff --git a/lambda_evaluator.mdwn b/lambda_evaluator.mdwn index afcf926e..93870a55 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 - - - - + + + +