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