mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-07 05:06:36 +02:00
Splice in lambda body of cyc-seq
This commit is contained in:
parent
31e749bf5a
commit
61d265c512
1 changed files with 1 additions and 1 deletions
|
@ -1094,7 +1094,7 @@
|
||||||
(opt:inline-prims
|
(opt:inline-prims
|
||||||
`(Cyc-seq
|
`(Cyc-seq
|
||||||
,@(cdr exp)
|
,@(cdr exp)
|
||||||
,(ast:lambda-body (car exp)))
|
,@(ast:lambda-body (car exp)))
|
||||||
scope-sym
|
scope-sym
|
||||||
refs))
|
refs))
|
||||||
(else
|
(else
|
||||||
|
|
Loading…
Add table
Reference in a new issue