Fix call to lambda->exp

This commit is contained in:
Justin Ethier 2016-09-20 02:46:49 -04:00
parent 5a0d619e38
commit bccbef125b

View file

@ -129,7 +129,7 @@
,@(map (lambda (e)
(clean e (cons (lambda-formals->list expr)
bv)))
(lambda->exp))))
(lambda->exp expr))))
;; At this point defines cannot be in lambda form.
;; EG: (define (f x) ...)
((define? expr)