X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=lambda_evaluator.mdwn;h=a137e53f090485792996f4b5771a3973a2a274b8;hb=0b30246623a65bf32b611078db138ada6872ddc1;hp=aee3ad5499a51414105a01cca8f131c6a55ab16c;hpb=7803c3db3dd9142d0a49a24a43ed70cb4f9004ef;p=lambda.git diff --git a/lambda_evaluator.mdwn b/lambda_evaluator.mdwn index aee3ad54..a137e53f 100644 --- a/lambda_evaluator.mdwn +++ b/lambda_evaluator.mdwn @@ -126,7 +126,7 @@ Improvements we hope to add: * returning results in combinator form (the evaluator already accepts combinators as input) * displaying reductions one step at a time * specifying the reduction order and depth -* allow other binders such as ∀ and ∃ (though these aren't interpreted as doing anything other than binding variables) +* allow other binders such as ∀ and ∃ (though these won't be interpreted as doing anything other than binding variables) Other Lambda Evaluators/Calculutors -----------------------------------