Changes between Version 10 and Version 11 of Commentary/Compiler/EntityTypes
- Timestamp:
- 10/09/08 07:30:51 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/EntityTypes
v10 v11 11 11 * '''Term variables''' {{{Id}}} and '''type variables''' {{{TyVar}}} are both represented by the {{{Var}}} type ([[GhcFile(compiler/basicTypes/Var.lhs)]]). 12 12 All of these entities have a {{{Name}}}, but that's about all they have in common. However they are sometimes treated uniformly: 13 * A ''' TyThing''' ([[GhcFile(compiler/types/TypeRep.lhs)]]) is simply the sum of all four:13 * A '''`TyThing`''' ([[GhcFile(compiler/types/TypeRep.lhs)]]) is simply the sum of all four: 14 14 {{{ 15 15 data TyThing = AnId Id
