fix package dependencies of "typed-racket-doc"
original commit: bd1dafdd1709087065431d9a212c8fbba5153d84
This commit is contained in:
parent
7ceb48aa5a
commit
79ba079b63
|
@ -16,6 +16,7 @@
|
|||
"pict-lib"
|
||||
"typed-racket-lib"
|
||||
"typed-racket-compatibility"
|
||||
"typed-racket-more"
|
||||
"racket-doc"))
|
||||
(define deps '("base"))
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user