Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove MonadFail instances of ST | Artem Pelenitsyn | 2022-03-05 | 2 | -8/+1 |
* | base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` instead | Herbert Valerio Riedel | 2019-03-22 | 8 | -282/+4 |
* | Enable -Wcompat=error in the testsuite | Vladislav Zavialov | 2018-10-15 | 3 | -2/+3 |
* | Turn on MonadFail desugaring by default | Herbert Valerio Riedel | 2018-08-07 | 2 | -1/+6 |
* | testsuite: Fix MonadFail test output for new ST instance | Ben Gamari | 2017-09-17 | 2 | -26/+0 |
* | Improve error messages for skolems | Simon Peyton Jones | 2017-03-10 | 2 | -4/+4 |
* | Add HsSyn prettyprinter tests | Alan Zimmerman | 2016-12-07 | 2 | -32/+32 |
* | Print which warning-flag controls an emitted warning | Michael Walker | 2016-02-25 | 2 | -5/+5 |
* | Fix typos | Rik Steenkamp | 2016-02-16 | 1 | -4/+4 |
* | Rename -Wmissing-monadfail-instance to plural-form | Herbert Valerio Riedel | 2016-01-25 | 3 | -3/+3 |
* | Refactor treatment of wildcards | Simon Peyton Jones | 2015-12-01 | 2 | -53/+53 |
* | Simplify the MonadFail code | Simon Peyton Jones | 2015-11-24 | 1 | -78/+52 |
* | Add tests/monadfail/Makefile | Simon Peyton Jones | 2015-11-23 | 1 | -0/+3 |
* | Improve MonadFail errors by mentioning the pattern | David Luposchainsky | 2015-11-18 | 1 | -6/+18 |
* | MonadFail proposal, phase 1 | David Luposchainsky | 2015-11-17 | 8 | -0/+453 |