Changes between Version 8 and Version 9 of CrossPackageDocumentation
- Timestamp:
- 05/23/09 17:51:42 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CrossPackageDocumentation
v8 v9 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 defined and used in infix form, a goodexample is Conal's type composition {{{`O`}}}.31 * Sometimes users want non-operators to be defined and used in infix form, an example is Conal's type composition {{{`O`}}}.
