cps: delta tweak
authorJim Pryor <profjim@jimpryor.net>
Tue, 21 Dec 2010 16:02:36 +0000 (11:02 -0500)
committerJim Pryor <profjim@jimpryor.net>
Tue, 21 Dec 2010 16:02:36 +0000 (11:02 -0500)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
hints/cps_hint_4.mdwn

index 13add0a..09a45af 100644 (file)
@@ -40,7 +40,7 @@ This function is developed in *The Seasoned Schemer* pp. 165-177. It accepts a l
              (let ([fst (let/cc k1 (begin
                           (set! yield k1) ; now calling yield with val will bind fst to val and continue with the (cond ...) block below
                           (walk lst)
-                          ; the next line will be executed only when lst contains no atoms
+                          ; the next line will be executed when we've walked to the end of lst
                           (yield '())))])
                (cond
                  [(atom? fst) (check fst)]