Changes between Version 32 and Version 33 of Records/NameSpacing
- Timestamp:
- 01/12/12 15:53:27 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Records/NameSpacing
v32 v33 247 247 Haskell also has `Control.Category.<<<` 248 248 249 Discouraging the use of the dot in custom operators makes the example code only slightly better. With the secondwe now have:249 Discouraging the use of the dot in custom operators makes the example code only slightly better. With using a different operator we now have: 250 250 251 251 {{{ … … 259 259 }}} 260 260 261 If you are disgusted by `<~` than you can use the very pretty unicode dot. Or we can stick with the category operator instead of `<~`261 If you are disgusted by `<~` than you can use the very pretty unicode dot. Or we can stick with the category operator `<<<` instead of `<~`: 262 262 263 263 {{{
