From: chris Date: Thu, 12 Mar 2015 14:32:02 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=989c693106c8f908cb358a8ffe582bd70727e27a;hp=18b3eb5a07c8ad23c8d17c8e0d859c9d9516eab3 --- diff --git a/topics/_week7_eval_cl.mdwn b/topics/_week7_eval_cl.mdwn index 12ac7cf7..2df607f5 100644 --- a/topics/_week7_eval_cl.mdwn +++ b/topics/_week7_eval_cl.mdwn @@ -39,7 +39,7 @@ expressions, `S`, `K`, and `I`, governed by the following reduction 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