chickadee » chicken » types » define-type

(define-type NAME TYPE)syntax

Defines a type-abbreviation NAME that can be used in place of TYPE. Type-abbreviations defined inside a module are not visible outside of that module.