[previous] [up] [next]     [contents]
Next: Customization Up: Extensions to DrScheme Previous: Declaring Constructors

Declaring New Types

The form (define-type name type) adds a new type name. Al occurrences of name in a type are macro-expanded to type.




PLT