Have provide:
annotate the original identifier as well.
Fixes PR 15292.
This commit is contained in:
parent
af385d6932
commit
3f889bcf8c
|
@ -634,6 +634,7 @@ the typed racket language.
|
|||
(define/with-syntax (i* ...) i*s)
|
||||
(syntax/loc stx
|
||||
(begin (: i* t) ...
|
||||
(: i t) ...
|
||||
(provide (rename-out [i* i] ...))))]))
|
||||
|
||||
(define-syntax (declare-refinement stx)
|
||||
|
|
Loading…
Reference in New Issue
Block a user