Source location in synthetic module begin.
original commit: 055eb3cd0b2b1f57d79808c40e3dc5566b94d65b
This commit is contained in:
parent
12aef5cc7e
commit
8d9ca01cf5
|
@ -70,8 +70,9 @@
|
|||
;; local-expand the module
|
||||
;; pmb = #%plain-module-begin
|
||||
[with-syntax ([new-mod
|
||||
(local-expand #`(#%plain-module-begin
|
||||
forms ...)
|
||||
(local-expand (syntax/loc stx
|
||||
(#%plain-module-begin
|
||||
forms ...))
|
||||
'module-begin
|
||||
null)])]
|
||||
[with-syntax ([(pmb body2 ...) #'new-mod])]
|
||||
|
|
Loading…
Reference in New Issue
Block a user