From: chris Date: Sun, 8 Mar 2015 22:01:13 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=7f9fd8cfdc4b0e6f1f1704aa27f48504ca0105bb --- diff --git a/topics/_week7_eval_cl.mdwn b/topics/_week7_eval_cl.mdwn index 102848d2..8a5e9c36 100644 --- a/topics/_week7_eval_cl.mdwn +++ b/topics/_week7_eval_cl.mdwn @@ -125,7 +125,7 @@ no redexes. In order to fully reduce a term, we need to be able to reduce redexes that are not at the top level of the term. - (II)I ~~> IK ~~> K + (II)K ~~> IK ~~> K That is, we want to be able to first evaluate the redex `II` that is a proper subpart of the larger term, to produce a new intermediate term