mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 22:17:33 +02:00
prim-convert - do not stop on first ref
This commit is contained in:
parent
1a28889caf
commit
a4319fd48d
1 changed files with 1 additions and 1 deletions
|
@ -1223,7 +1223,7 @@
|
||||||
(cond
|
(cond
|
||||||
((ref? (car ast))
|
((ref? (car ast))
|
||||||
`( ,(prim:func->prim (car ast) (- (length ast) 1))
|
`( ,(prim:func->prim (car ast) (- (length ast) 1))
|
||||||
,@(cdr ast)))
|
,@(map conv (cdr ast))))
|
||||||
(else
|
(else
|
||||||
(map conv ast))))
|
(map conv ast))))
|
||||||
(else
|
(else
|
||||||
|
|
Loading…
Add table
Reference in a new issue