diff options
author | Artem Pelenitsyn <a.pelenitsyn@gmail.com> | 2022-01-23 22:59:08 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-03-05 01:06:47 -0500 |
commit | 6f84ee332fd243e83004bdbc92a6970e96ab3189 (patch) | |
tree | a79a465d0116805da7e5b10c4d72534cd66705e9 /compiler/GHC/Tc | |
parent | 3570eda512d157a38da391b6f1d57dfbab72dd09 (diff) | |
download | haskell-6f84ee332fd243e83004bdbc92a6970e96ab3189.tar.gz |
remove MonadFail instances of ST
CLC proposal: https://github.com/haskell/core-libraries-committee/issues/33
The instances had `fail` implemented in terms of `error`, whereas the
idea of the `MonadFail` class is that the `fail` method should be
implemented in terms of the monad itself.
Diffstat (limited to 'compiler/GHC/Tc')
0 files changed, 0 insertions, 0 deletions