This is an important bugfix release related to this [GHC bug #8978](https://ghc.haskell.org/trac/ghc/ticket/8978) in 7.8.1.
Thread
Stories related to "GHC 7.8.2 Released" across the full archive.
This is an important bugfix release related to this [GHC bug #8978](https://ghc.haskell.org/trac/ghc/ticket/8978) in 7.8.1.
Includes new the [`\cases`](https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0302-cases.rst) syntax, which allows multiple function parameters to be matched as opposed to `\case` (which only allows matching on a single parameter).