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
- Errors
- [ImpreciseExceptions](imprecise-exceptions)
- [MagicUnderscore](magic-underscore)
- Variables, Constructors, Operators, and Literals
- [NegativeSyntax](negative-syntax)
......@@ -61,10 +62,10 @@ Organized following the structure of the [ Haskell 98 Report](http://www.haskell
- [PatternGuards](pattern-guards)
- [Views](views)
- [Bang patterns](https://gitlab.haskell.org//haskell/prime/issues/76)
- Other expression forms (new)
- [Arrows](arrows)
- [MagicUnderscore](magic-underscore)
## Declarations and Bindings
......
......