From: chris Date: Sun, 8 Mar 2015 18:37:59 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=59f7f1a5848dc8acd95120dc42741afeaf021213;hp=497a680a341e5dbacc2b312f7029128ed1f166db;ds=inline --- diff --git a/topics/_week7_eval_cl.mdwn b/topics/_week7_eval_cl.mdwn index 09a480b6..28158170 100644 --- a/topics/_week7_eval_cl.mdwn +++ b/topics/_week7_eval_cl.mdwn @@ -153,7 +153,7 @@ processing. But just in case the result of the one-step reduction is itself a redex, we recursively call `reduce1`. The recursion will continue until the result is no longer a redex. - #trace reduce1;; + # #trace reduce1;; reduce1 is now traced. # reduce1 (FA (I, FA (I, K)));; reduce1 <-- FA (I, FA (I, K))