Changes between Version 5 and Version 6 of ExternalCore
- Timestamp:
- 10/31/06 21:04:18 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExternalCore
v5 v6 39 39 * Convert the current External Core documentation (in LaTeX) into a chapter (in XML) in the User's Guide. 40 40 41 == Naming issues == 42 43 Since External Core was introduced, the {{{IfaceSyn}}} data type has changed. Originally (including in 6.6), it represented external name references using {{{IfaceExtName}}}. Now (in Darcs HEAD), it uses {{{Name}}} instead. This change leaves the External Core parser with the responsibility of generating a {{{Unique}}} for each name it encounters. 44 41 45 == Miscellaneous notes == 42 46 43 47 * The LaTeX documentation describes PrimOps in some detail. This information is now in the library documentation, so it is probably not needed in the External Core chapter. 44 * {{{IfaceSyn}}} now uses {{{Name}}} ([[GhcFile(compiler/basicTypes/Name.lhs)]]) rather than {{{IfaceExtName}}}.
