X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=hints%2Fcps_hint_4.mdwn;fp=hints%2Fcps_hint_4.mdwn;h=72296706bf898cbd42af73c7353376cbe534bfe0;hp=2dc984d3a2c3a31131ec6722d521e883b739f794;hb=b9fce0281cbb53c36d725e0b7a2c7bd9371190ee;hpb=745774e349b41deea78eab9163f64031016224bb diff --git a/hints/cps_hint_4.mdwn b/hints/cps_hint_4.mdwn index 2dc984d3..72296706 100644 --- a/hints/cps_hint_4.mdwn +++ b/hints/cps_hint_4.mdwn @@ -47,9 +47,9 @@ This function is developed in *The Seasoned Schemer* pp. 165-177. It accepts a l [else #f]) )))) - (delta '(((a b) ()) (c (d ())))) ; ~~> #f - (delta '(((a b) ()) (b (d ())))) ; ~~> #t - (delta '(((a b) ()) (c (d (d))))) ; ~~> #t + (delta '(((a b) ()) (c (d ())))) ; ~~> #f + (delta '(((a b) ()) (b (d ())))) ; ~~> #t + (delta '(((a b) ()) (c (d (d))))) ; ~~> #t (delta '(((a b c) ()) (c (d ())))) ; ~~> #t (delta '(((a b) ()) (c (d ()) c))) ; ~~> #f