Changes between Version 19 and Version 20 of Records/NameSpacing
- Timestamp:
- 01/09/12 00:26:26 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Records/NameSpacing
v19 v20 48 48 === Details on the dot === 49 49 50 This proposal requires the current Haskell function composition dot operator to have spaces on both sides. No spaces around the dot are reserved for name-spacing: this use and the current module namespace use. No space to the right would be partial application (see [ wiki:TypeDirectedNameResolution](TDNR). The dot operator should bind as tightly as possible.50 This proposal requires the current Haskell function composition dot operator to have spaces on both sides. No spaces around the dot are reserved for name-spacing: this use and the current module namespace use. No space to the right would be partial application (see [/wiki/TypeDirectedNameResolution TDNR]. The dot operator should bind as tightly as possible. 51 51 52 52 Given the dot's expanded use here, plus its common use in custom operators, it is possible to end up with dot-heavy code.
