Changes between Version 5 and Version 6 of IntermediateTypes
- Timestamp:
- 08/04/06 07:12:55 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IntermediateTypes
v5 v6 32 32 The representation of types is defined (as the datatype `Type`) in 33 33 !TypeRep, and most of the useful functions on types are defined in 34 Type. TypeRep exports the representation concretely, and should34 Type. !TypeRep exports the representation concretely, and should 35 35 probably not be used outside the few places it is already used. Type 36 36 re-exports everything useful from !TypeRep, but exports the … … 132 132 for the reflexive coercion, i.e., 133 133 134 {{{ Int :: Int :=: Int}}}134 {{{ Int :: Int :=: Int }}} 135 135 136 136 Coercion variables are
