diff --git a/collects/typed/racket/base/no-check/lang/reader.rkt b/collects/typed/racket/base/no-check/lang/reader.rkt index af4b238d..4af7c2e3 100644 --- a/collects/typed/racket/base/no-check/lang/reader.rkt +++ b/collects/typed/racket/base/no-check/lang/reader.rkt @@ -5,4 +5,4 @@ typed/racket/base/no-check #:read r:read #:read-syntax r:read-syntax -(require (prefix-in r: typed-scheme/typed-reader)) +(require (prefix-in r: typed-racket/typed-reader))