fix package dependencies of "typed-racket-doc"

original commit: bd1dafdd1709087065431d9a212c8fbba5153d84
This commit is contained in:
Matthew Flatt 2014-04-05 08:04:31 -06:00
parent 7ceb48aa5a
commit 79ba079b63
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
"pict-lib"
"typed-racket-lib"
"typed-racket-compatibility"
"typed-racket-more"
"racket-doc"))
(define deps '("base"))

View File

@ -105,7 +105,7 @@ with language @racketmodname[typed/racket/base]. Identifiers used in
@racket[subtype] expressions must be either in Typed Racket's base type
environment (e.g. @racket[Integer] and @racket[Listof]) or defined by an
expression in the @racket[maybe-begin] form, which is spliced into the
submodule. For example, the @racketmodname[math/matrix] module imports and
submodule. For example, the @racketmodname[math/matrix #:indirect] module imports and
reexports @racket[matrix-expt], which has a @racket[case->] type,
for untyped use in this way:
@racketblock[(provide matrix-expt)