conduit icon indicating copy to clipboard operation
conduit copied to clipboard

add missing MonadCatch instance

Open ners opened this issue 2 years ago • 1 comments

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

ners avatar Feb 16 '23 10:02 ners

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.

snoyberg avatar Feb 21 '23 04:02 snoyberg