mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 21:47:33 +02:00
WIP
This commit is contained in:
parent
ae49a05e1e
commit
a91c406020
1 changed files with 2 additions and 2 deletions
|
@ -486,8 +486,8 @@
|
|||
;; TODO: need to pass lambdas as a list (depending on type), and
|
||||
;; split up args accordingly (create a list for varargs)
|
||||
|
||||
;(lambda-formals->list
|
||||
(procedure-parameters proc);)
|
||||
(lambda-formals->list
|
||||
`(lambda ,(procedure-parameters proc) #f))
|
||||
args
|
||||
(procedure-environment proc))))
|
||||
((procedure? proc)
|
||||
|
|
Loading…
Add table
Reference in a new issue