(no commit message)
authorchris <chris@web>
Sat, 14 Mar 2015 17:25:05 +0000 (13:25 -0400)
committerLinux User <ikiwiki@localhost.members.linode.com>
Sat, 14 Mar 2015 17:25:05 +0000 (13:25 -0400)
topics/_week7_eval_cl.mdwn

index 85dbef5..933943a 100644 (file)
@@ -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
 
 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.
 
 redex instead, the "reduced" form is `(\x.I)Ω` again, and we are in
 danger of entering an infinite loop.