(no commit message)
authorchris <chris@web>
Thu, 12 Mar 2015 14:32:02 +0000 (10:32 -0400)
committerLinux User <ikiwiki@localhost.members.linode.com>
Thu, 12 Mar 2015 14:32:02 +0000 (10:32 -0400)
topics/_week7_eval_cl.mdwn

index 12ac7cf..2df607f 100644 (file)
@@ -39,7 +39,7 @@ expressions, `S`, `K`, and `I`, governed by the following reduction
 rules:
 
     Ia ~~> a
 rules:
 
     Ia ~~> a
-    Kab ~~> b
+    Kab ~~> a
     Sabc ~~> ac(bc)
 
 where `a`, `b`, and `c` stand for an arbitrary term of CL.  We've seen
     Sabc ~~> ac(bc)
 
 where `a`, `b`, and `c` stand for an arbitrary term of CL.  We've seen