272 | | |
273 | | This warning can be controlled via the new flag `-fwarn-mrp-compat`, and becomes part of the `-Wall` and `-Wcompat` (#11000) warning-sets, but //not// part of the default warning-set. |
| 272 | {{{#!rbox info |
| 273 | The warning was implemented in GHC 8.0 and is called **`-Wnoncanonical-monad-instances`** (there are variants of this warning flag for `Monoid` and `Fail`) but it is //not// included in either `-Wall` or `-Wcompat`. |
| 274 | }}} |
| 275 | |
| 276 | |
| 277 | This warning can be controlled via the new flag ~~`-fwarn-mrp-compat`~~ `-Wnoncanonical-monad-instances`, and becomes part of the `-Wall` and `-Wcompat` (#11000) warning-sets, but //not// part of the default warning-set. |