Edit IssuesByReportStructure authored by ross@soi.city.ac.uk's avatar ross@soi.city.ac.uk
...@@ -11,10 +11,10 @@ Organized following the structure of the [ Haskell 98 Report](http://www.haskell ...@@ -11,10 +11,10 @@ Organized following the structure of the [ Haskell 98 Report](http://www.haskell
## Lexical Structure ## Lexical Structure
- [Unicode](unicode)
- [Eliminate Tabs](tabs)
- [QualifiedIdentifiers](qualified-identifiers) - [QualifiedIdentifiers](qualified-identifiers)
- [NondecreasingIndentation](nondecreasing-indentation) - [NondecreasingIndentation](nondecreasing-indentation)
- [Eliminate Tabs](tabs)
- [Unicode](unicode)
## Expressions ## Expressions
...@@ -80,6 +80,8 @@ Organized following the structure of the [ Haskell 98 Report](http://www.haskell ...@@ -80,6 +80,8 @@ Organized following the structure of the [ Haskell 98 Report](http://www.haskell
## Predefined Types and Classes ## Predefined Types and Classes
- [Unicode](unicode)
## Basic Input/Output? ## Basic Input/Output?
... ...
......