transfer srclocs so that check-syntax arrows work
This commit is contained in:
parent
995926e735
commit
232127da6f
|
@ -117,7 +117,7 @@
|
|||
(syntax-case stx ()
|
||||
[id
|
||||
(identifier? #'id)
|
||||
ref-stx]
|
||||
(replace-stx-loc ref-stx stx)]
|
||||
[(id . args)
|
||||
(let ([stx* (list* '#%app #'id (cdr (syntax-e stx)))])
|
||||
(datum->syntax stx stx* stx stx))])))
|
||||
|
|
Loading…
Reference in New Issue
Block a user