Changes between Version 5 and Version 6 of Language/Overview
- Timestamp:
- 06/17/10 03:34:29 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language/Overview
v5 v6 4 4 5 5 These are the main user-visible extensions to Haskell: 6 * Strict [wiki:Language/Overview/EvaluationOrder EvaluationOrder] is the default, laziness isintroduced explicitly.6 * Strict [wiki:Language/Overview/EvaluationOrder EvaluationOrder] is the default, but laziness can be introduced explicitly. 7 7 * Type directed [wiki:Language/Overview/FieldProjections FieldProjections] complement type classing. 8 8 * All data objects support [wiki:Language/Overview/DestructiveUpdate DestructiveUpdate].
