From: chris Date: Sat, 14 Mar 2015 17:25:05 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=2fddc8ecfa6dda41e952a17e83caa8f14185ba8a --- diff --git a/topics/_week7_eval_cl.mdwn b/topics/_week7_eval_cl.mdwn index 85dbef53..933943a1 100644 --- a/topics/_week7_eval_cl.mdwn +++ b/topics/_week7_eval_cl.mdwn @@ -17,7 +17,7 @@ recall that There are two redexes in this term; we've marked the operative lambdas with a star. If we reduce the leftmost redex first, the term reduces -to the normal form `I` in one step. But if we reduce the left most +to the normal form `I` in one step. But if we reduce the rightmost redex instead, the "reduced" form is `(\x.I)Ω` again, and we are in danger of entering an infinite loop.