conduit
conduit copied to clipboard
add missing MonadCatch instance
ConduitT
implements MonadError
for a generic error type, which is in principle equivalent to MonadCatch
.
Tested this together with @vkleen on https://github.com/ners/dosh
Please see prior discussions, it's by design right now that we don't have a MonadCatch instance: https://github.com/snoyberg/conduit/pull/386.