The Little Schemer's eternity
[lambda.git] / topics / week4_fixed_point_combinators.mdwn
index 74b32be..3ac5db3 100644 (file)
@@ -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: