Edit IssuesByReportStructure authored by malcolm.wallace@cs.york.ac.uk's avatar malcolm.wallace@cs.york.ac.uk
...@@ -19,14 +19,47 @@ Organized following the structure of the [ Haskell 98 Report](http://www.haskell ...@@ -19,14 +19,47 @@ Organized following the structure of the [ Haskell 98 Report](http://www.haskell
## Expressions ## Expressions
- Errors
- Variables, Constructors, Operators, and Literals
- [NegativeSyntax](negative-syntax) - [NegativeSyntax](negative-syntax)
- Curried Applications and Lambda Abstractions
- Operator Applications
- Sections
- [TupleSections](tuple-sections)
- Conditionals
- [MultiWayIf](multi-way-if)
- Lists
- Tuples
- [TupleSections](tuple-sections) - [TupleSections](tuple-sections)
- Unit Expressions and Parenthesized Expressions
- Arithmetic Sequences
- List Comprehensions
- [ParallelListComp](parallel-list-comp) - [ParallelListComp](parallel-list-comp)
- [RecursiveDo](recursive-do) - generalise to monad comprehensions
- [Arrows](arrows) - Let Expressions
- [PatternGuards](pattern-guards) - Case Expressions
- [MultiWayIf](multi-way-if) - [MultiWayIf](multi-way-if)
- [LambdaCase](lambda-case) - [LambdaCase](lambda-case)
- Do Expressions
- [RecursiveDo](recursive-do)
- Datatypes with Field Labels
- [ExistingRecords](existing-records)
- numerous new record proposals
- Expression Type-Signatures
- Pattern Matching
- [PatternGuards](pattern-guards)
- Other expression forms (new)
- [Arrows](arrows)
## Declarations and Bindings ## Declarations and Bindings
... ...
......