Add instances for MonadThrow and MonadCatch
Closed this issue · 2 comments
gittywithexcitement commented
Sorry to bug you again 😮. Would you please add MonadThrow
and MonadCatch
instances (see http://hackage.haskell.org/package/exceptions-0.8.0.2/docs/Control-Monad-Catch.html#t:MonadCatch)? They are more useful to me than MonadError
.
int-index commented
How is it better than just using Ether.Implicit.Except SomeException
?
int-index commented
@gittywithexcitement Please, feel free to reopen the issue if the fix was not sufficient.