Why no instance for Except?
Open
- Dominant language
- Haskell
- Stars
- 57
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
Is there a reason [Except][1] is not an instance of `MonadCatch`? As I see it, `Except` is isomorphic to `Either`, and [there is an instance for the latter][2].
[1]: https://hackage.haskell.org/package/transformers-0.5.6.2/docs/Control-Monad-Trans-Except.html#t:Except
[2]: https://hackage.haskell.org/package/exceptions-0.10.2/docs/src/Control.Monad.Catch.html#line-346
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.