Changes between Version 10 and Version 11 of Commentary/Compiler/RdrNameType
- Timestamp:
- 09/14/06 11:39:06 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/RdrNameType
v10 v11 32 32 33 33 User-written code never gets translated into the last two alternatives. They are used only internally by the compiler. 34 For example, code generated by {{{deriving}}} might use an {{{Orig}}} to refer to {{{Prelude.map}}}, ignoring whatever {{{map}}} might happen to be in scope (dammit). 34 35 35 36 == The `Module` and `ModuleName` types ==
