6.0
9 Legacy Forms
The following forms are provided by Typed Racket for backwards compatibility.
syntax
Equivalent to define-type.
syntax
Equivalent to define-struct:
syntax
Similar to using the opaque
keyword with require/typed.
syntax
Similar to using the struct
keyword with require/typed.
Similar to
require-typed-struct, but also provides the imported identifiers.
syntax
Defines a polymorphic function.
syntax
(pred t)
syntax
An alias for U.
syntax
An alias for Rec.
syntax
An alias for List.
syntax
An alias for Parameterof.
syntax
An alias for Pairof.
syntax
An alias for Values.