Changes between Version 5 and Version 6 of DoAndIfThenElse
- Timestamp:
- 09/03/06 07:20:20 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DoAndIfThenElse
v5 v6 27 27 28 28 i.e., add optional semicolons before `then` and `else`, making the above example legal. 29 This has been recently added to jhc and GHC, and 30 so far, it has not caused any problems. 29 This has been recently added to jhc, GHC and Hugs, and so far it has not caused any problems. 30 31 The second optional semicolon is the important one. 32 The first one just adds a little more convenience; 33 it has been suggested that it would be consistent to do the same before `of` in `case` expressions. 31 34 32 35 == References ==
