From 989c693106c8f908cb358a8ffe582bd70727e27a Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 12 Mar 2015 10:32:02 -0400 Subject: [PATCH] --- topics/_week7_eval_cl.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0