Changes between Version 5 and Version 6 of Commentary/Compiler/TypeType
- Timestamp:
- 09/14/06 13:27:02 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/TypeType
v5 v6 51 51 Invariant: if the head of a type application is a {{{TyCon}}}, GHC ''always'' uses the {{{TyConApp}}} constructor, not {{{AppTy}}}. 52 52 This invariant is maintained internally by 'smart constructors'. 53 A similar invariant applies to {{{FunTy}}}; {{{TyConApp}}} is never used with an arrow type. 53 54 54 55 == Kinds ==
