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
|
||||
((ref? (car ast))
|
||||
`( ,(prim:func->prim (car ast) (- (length ast) 1))
|
||||
,@(cdr ast)))
|
||||
,@(map conv (cdr ast))))
|
||||
(else
|
||||
(map conv ast))))
|
||||
(else
|
||||
|
|
Loading…
Add table
Reference in a new issue