Changes between Version 17 and Version 18 of GhcKinds
- Timestamp:
- 12/15/11 03:06:31 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GhcKinds
v17 v18 11 11 = Kind synonyms (from type synonym promotion) = 12 12 13 At the moment we are not promoting type synonyms, i.e. the following is invalid: 14 {{{ 15 data Nat = Ze | Su Nat 16 type Nat2 = Nat 17 18 type family Add (m :: Nat2) (n :: Nat2) :: Nat2 19 }}} 20 21 '''Future work:''' promote type synonyms to kind synonyms. 22 13 23 = Generalized Algebraic Data Kinds (GADKs) =
