| ... | @@ -17,14 +17,14 @@ These proposals primarily addresses issues of lexing and parsing. |
... | @@ -17,14 +17,14 @@ These proposals primarily addresses issues of lexing and parsing. |
|
|
Of particular importance are questions of ambiguity and understandability.
|
|
Of particular importance are questions of ambiguity and understandability.
|
|
|
|
|
|
|
|
|
|
|
|
|
- [\#23](https://gitlab.haskell.org//haskell/prime/issues/23) [if-then-else in do notation](do-and-if-then-else)
|
|
- [\#23](https://gitlab.haskell.org//haskell/prime/issues/23) [if-then-else in do notation](do-and-if-then-else) (done)
|
|
|
- [\#78](https://gitlab.haskell.org//haskell/prime/issues/78) [Infix type constructors](infix-type-constructors)
|
|
- [\#78](https://gitlab.haskell.org//haskell/prime/issues/78) [Infix type constructors](infix-type-constructors)
|
|
|
- [\#42](https://gitlab.haskell.org//haskell/prime/issues/42) [Syntax of line comments](line-comment-syntax)
|
|
- [\#42](https://gitlab.haskell.org//haskell/prime/issues/42) [Syntax of line comments](line-comment-syntax)
|
|
|
|
|
|
|
|
- [\#53](https://gitlab.haskell.org//haskell/prime/issues/53) [Non-decreasing indentation](nondecreasing-indentation)
|
|
- [\#53](https://gitlab.haskell.org//haskell/prime/issues/53) [Non-decreasing indentation](nondecreasing-indentation)
|
|
|
- [\#39](https://gitlab.haskell.org//haskell/prime/issues/39) [Lexical syntax of qualified identifiers](qualified-identifiers)
|
|
- [\#39](https://gitlab.haskell.org//haskell/prime/issues/39) [Lexical syntax of qualified identifiers](qualified-identifiers)
|
|
|
- [\#72](https://gitlab.haskell.org//haskell/prime/issues/72) [Make _ caseless](underscore)
|
|
- [\#72](https://gitlab.haskell.org//haskell/prime/issues/72) [Make _ caseless](underscore)
|
|
|
- [\#30](https://gitlab.haskell.org//haskell/prime/issues/30) [Remove from the context-free grammar](fixity-resolution)
|
|
- [\#30](https://gitlab.haskell.org//haskell/prime/issues/30) [Remove operator fixity from the context-free grammar](fixity-resolution)
|
|
|
|
|
|
|
|
## Language Convenience
|
|
## Language Convenience
|
|
|
|
|
|
| ... | @@ -36,7 +36,7 @@ Of particular interest are questions about usability and readability. |
... | @@ -36,7 +36,7 @@ Of particular interest are questions about usability and readability. |
|
|
|
|
|
|
|
|
|
|
|
|
- [\#25](https://gitlab.haskell.org//haskell/prime/issues/25) [Empty Data Declarations](empty-data-declarations)
|
|
- [\#25](https://gitlab.haskell.org//haskell/prime/issues/25) [Empty Data Declarations](empty-data-declarations)
|
|
|
- [\#56](https://gitlab.haskell.org//haskell/prime/issues/56) [Pattern guards](pattern-guards)
|
|
- [\#56](https://gitlab.haskell.org//haskell/prime/issues/56) [Pattern guards](pattern-guards) (done)
|
|
|
- [\#24](https://gitlab.haskell.org//haskell/prime/issues/24) [Hierarchical Modules](hierarchical-modules)
|
|
- [\#24](https://gitlab.haskell.org//haskell/prime/issues/24) [Hierarchical Modules](hierarchical-modules)
|
|
|
|
|
|
|
|
- [\#70](https://gitlab.haskell.org//haskell/prime/issues/70) [Type synonym instances](type-synonym-instances)
|
|
- [\#70](https://gitlab.haskell.org//haskell/prime/issues/70) [Type synonym instances](type-synonym-instances)
|
| ... | | ... | |