trim repetitions authored by ross@soi.city.ac.uk's avatar ross@soi.city.ac.uk
...@@ -27,11 +27,8 @@ Organized following the structure of the [ Haskell 98 Report](http://www.haskell ...@@ -27,11 +27,8 @@ Organized following the structure of the [ Haskell 98 Report](http://www.haskell
- Conditionals - Conditionals
- [DoAndIfThenElse](do-and-if-then-else) - [DoAndIfThenElse](do-and-if-then-else)
- [MultiWayIf](multi-way-if)
- Lists - Lists
- Tuples - Tuples
- [TupleSections](tuple-sections)
- Unit Expressions and Parenthesized Expressions - Unit Expressions and Parenthesized Expressions
- Arithmetic Sequences - Arithmetic Sequences
- List Comprehensions - List Comprehensions
... ...
......