int-index/ether

Add instances for MonadThrow and MonadCatch

Closed this issue · 2 comments

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.

How is it better than just using Ether.Implicit.Except SomeException?

@gittywithexcitement Please, feel free to reopen the issue if the fix was not sufficient.