mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Fix splicing of let body
This commit is contained in:
parent
8c033a7909
commit
04a3bb6c60
1 changed files with 1 additions and 1 deletions
|
@ -1758,7 +1758,7 @@
|
||||||
((tagged-list? 'let exp)
|
((tagged-list? 'let exp)
|
||||||
`(let
|
`(let
|
||||||
,(cadr exp)
|
,(cadr exp)
|
||||||
,@(convert
|
,(convert
|
||||||
(caddr exp)
|
(caddr exp)
|
||||||
self-var
|
self-var
|
||||||
;; Do not closure convert the let's variables because
|
;; Do not closure convert the let's variables because
|
||||||
|
|
Loading…
Add table
Reference in a new issue