Fix parametric require/typed in typed/racket/base.
Closes PR12951. Please merge to release.
This commit is contained in:
parent
a0e6892d3e
commit
dd02f5eeda
|
@ -0,0 +1,4 @@
|
||||||
|
#lang typed/racket/base
|
||||||
|
|
||||||
|
(require/typed racket/base
|
||||||
|
(values (All (a) (a -> a))))
|
|
@ -7,7 +7,7 @@
|
||||||
;; that may appear in the residual program
|
;; that may appear in the residual program
|
||||||
"utils/utils.rkt"
|
"utils/utils.rkt"
|
||||||
(for-syntax "utils/utils.rkt")
|
(for-syntax "utils/utils.rkt")
|
||||||
"utils/any-wrap.rkt" unstable/contract)
|
"utils/any-wrap.rkt" unstable/contract racket/contract/parametric)
|
||||||
|
|
||||||
(provide (rename-out [module-begin #%module-begin]
|
(provide (rename-out [module-begin #%module-begin]
|
||||||
[top-interaction #%top-interaction])
|
[top-interaction #%top-interaction])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user