mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 14:07:34 +02:00
Fix call to lambda->exp
This commit is contained in:
parent
5a0d619e38
commit
bccbef125b
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@
|
||||||
,@(map (lambda (e)
|
,@(map (lambda (e)
|
||||||
(clean e (cons (lambda-formals->list expr)
|
(clean e (cons (lambda-formals->list expr)
|
||||||
bv)))
|
bv)))
|
||||||
(lambda->exp))))
|
(lambda->exp expr))))
|
||||||
;; At this point defines cannot be in lambda form.
|
;; At this point defines cannot be in lambda form.
|
||||||
;; EG: (define (f x) ...)
|
;; EG: (define (f x) ...)
|
||||||
((define? expr)
|
((define? expr)
|
||||||
|
|
Loading…
Add table
Reference in a new issue