Changes between Version 6 and Version 7 of CrossPackageDocumentation
- Timestamp:
- 05/23/09 17:34:30 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CrossPackageDocumentation
v6 v7 29 29 The downside of this approach is that we loose the original declaration style. For example, we don't know if a data type was declared using GADT-style syntax (with a 'where' clause), or normal style. Other examples: 30 30 * We can't put in extra parenthesis where the user wants them. 31 * Sometimes users want non-operators to be used infix, a good example is Conal's type composition `O`.31 * Sometimes users want non-operators to be used infix, a good example is Conal's type composition {{{`O`}}}.
