mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +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)
|
||||
`(let
|
||||
,(cadr exp)
|
||||
,@(convert
|
||||
,(convert
|
||||
(caddr exp)
|
||||
self-var
|
||||
;; Do not closure convert the let's variables because
|
||||
|
|
Loading…
Add table
Reference in a new issue