link to bang patterns authored by ross@soi.city.ac.uk's avatar ross@soi.city.ac.uk
...@@ -23,6 +23,7 @@ Organized following the structure of the [ Haskell 98 Report](http://www.haskell ...@@ -23,6 +23,7 @@ Organized following the structure of the [ Haskell 98 Report](http://www.haskell
- Errors - Errors
- [ImpreciseExceptions](imprecise-exceptions) - [ImpreciseExceptions](imprecise-exceptions)
- [MagicUnderscore](magic-underscore)
- Variables, Constructors, Operators, and Literals - Variables, Constructors, Operators, and Literals
- [NegativeSyntax](negative-syntax) - [NegativeSyntax](negative-syntax)
...@@ -61,10 +62,10 @@ Organized following the structure of the [ Haskell 98 Report](http://www.haskell ...@@ -61,10 +62,10 @@ Organized following the structure of the [ Haskell 98 Report](http://www.haskell
- [PatternGuards](pattern-guards) - [PatternGuards](pattern-guards)
- [Views](views) - [Views](views)
- [Bang patterns](https://gitlab.haskell.org//haskell/prime/issues/76)
- Other expression forms (new) - Other expression forms (new)
- [Arrows](arrows) - [Arrows](arrows)
- [MagicUnderscore](magic-underscore)
## Declarations and Bindings ## Declarations and Bindings
... ...
......