Remove unused lazy-requires
This commit is contained in:
parent
15aa3d875f
commit
0be2156521
|
@ -85,7 +85,6 @@
|
|||
;; of loading by not having them when they are unneeded
|
||||
(lazy-require ["../rep/type-rep.rkt" (Error?)]
|
||||
["../types/utils.rkt" (fv)]
|
||||
[syntax/define (normalize-definition)]
|
||||
[typed-racket/private/parse-type (parse-type)])
|
||||
|
||||
(define (with-type* expr ty)
|
||||
|
|
|
@ -157,11 +157,7 @@ the typed racket language.
|
|||
;; Lazily loaded b/c they're only used sometimes, so we save a lot
|
||||
;; of loading by not having them when they are unneeded
|
||||
(begin-for-syntax
|
||||
(lazy-require ["../rep/type-rep.rkt" (make-Opaque Error?)]
|
||||
["../types/utils.rkt" (fv)]
|
||||
[syntax/define (normalize-definition)]
|
||||
[typed-racket/private/parse-type (parse-type)]
|
||||
[typed-racket/env/type-alias-env (register-resolved-type-alias)]))
|
||||
(lazy-require [syntax/define (normalize-definition)]))
|
||||
|
||||
(define-for-syntax (with-type* expr ty)
|
||||
(with-type #`(ann #,expr #,ty)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user