Fix parsing of maybe-optimize
result.
Merge to 5.3.2. original commit: 1a678bd5de65aac6e806f6cf220cf0c7d441eeb8
This commit is contained in:
parent
657652d8b9
commit
4ec778616e
|
@ -94,7 +94,7 @@
|
|||
(tc-setup
|
||||
stx #'form 'top-level body2 void tc-toplevel-form before type
|
||||
(with-syntax*
|
||||
([optimized-body (car (maybe-optimize #`(#,body2)))])
|
||||
([(optimized-body . _) (maybe-optimize #`(#,body2))])
|
||||
(syntax-parse body2
|
||||
;; any of these do not produce an expression to be printed
|
||||
[(head:invis-kw . _) (arm #'optimized-body)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user