X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=lambda_evaluator.mdwn;h=93870a559a704c9fa221c0951427775416076d17;hp=1ca957b4a84d8f266421019bc3ee096fed72e325;hb=2ee0d2918d40efc78e75ce8fbc6ae90f8edf6541;hpb=518a11274337da8ebfcd2d5ea2fe9f302a424ea9 diff --git a/lambda_evaluator.mdwn b/lambda_evaluator.mdwn index 1ca957b4..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 - - - - + + + +