clean up example code
This commit is contained in:
parent
5e902b2191
commit
c68b464fcd
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user