clean up example code

This commit is contained in:
Robby Findler 2012-06-14 15:55:07 -05:00
parent 5e902b2191
commit c68b464fcd

View File

@ -13,7 +13,6 @@
(if (pair? x) (car x) x))
(define (active? c)
(define f (find c))
(pair? (find c)))
(define not-active? (compose not active? basic-customer-id))