Changes between Version 7 and Version 8 of Language/VersusHaskell
- Timestamp:
- 06/17/10 02:27:44 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language/VersusHaskell
v7 v8 26 26 For {{{let}}} and {{{where}}} expressions, all the bindings are evaluated in-order, before moving to the body. 27 27 28 * We use {{{(.)}}} for projection instead of function composition. If you want to compose two functions then use {{{($)}}} 28 * We use {{{(.)}}} for projection instead of function composition. If you want to compose two functions then use {{{($)}}}, or suggest a good replacement for `(.)` on the mailing lists. 29 29
