Fix definition of defined?.

This commit is contained in:
Sam Tobin-Hochstadt 2014-04-22 09:41:09 -04:00
parent 00e05020d8
commit d47c85be22

View File

@ -12,5 +12,4 @@
val val
(error (format "Assertion ~a failed on ~v" pred val))))))) (error (format "Assertion ~a failed on ~v" pred val)))))))
(define (defined? v) (define (defined? v) #t)
(not (equal? v (letrec ([x x]) x))))