From: jim Date: Mon, 23 Feb 2015 06:16:45 +0000 (-0500) Subject: The Little Schemer's eternity X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=d0a881712576b267e3d1d4451b71cefca025890e The Little Schemer's eternity --- diff --git a/topics/week4_fixed_point_combinators.mdwn b/topics/week4_fixed_point_combinators.mdwn index 74b32beb..3ac5db34 100644 --- a/topics/week4_fixed_point_combinators.mdwn +++ b/topics/week4_fixed_point_combinators.mdwn @@ -540,7 +540,7 @@ where `BODY` is equivalent to the very formula `\n. BODY n` that contains it. So BODY M <~~> ... -You've written an infinite loop! +You've written an infinite loop! (This is like the function `eternity` in Chapter 9 of *The Little Schemer*.) However, when we evaluate the application of our: