Changes between Version 18 and Version 19 of Commentary/Compiler/TypeType
- Timestamp:
- 06/08/12 01:26:26 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/TypeType
v18 v19 8 8 The single data type {{{Type}}} is used to represent 9 9 * Types (possibly of higher kind); e.g. `[Int]`, `Maybe` 10 * Kinds (which classify types and coercions); e.g. `(* -> *)`, `T :=: [Int]`. See [wiki:Commentary/ Kinds]10 * Kinds (which classify types and coercions); e.g. `(* -> *)`, `T :=: [Int]`. See [wiki:Commentary/Compiler/Kinds] 11 11 * Sorts (which classify types); e.g. `TY`, `CO` 12 12
