rescue-0.4.2.1: More understandable exceptions
Safe HaskellNone
LanguageHaskell2010

Control.Monad.Trans.Error

Contents

Synopsis

Documentation

mapErrorT :: (MonadTransError t sourceErrs m, MonadRaise (t targetErrs m), CheckErrors (t targetErrs m)) => (OpenUnion (Errors (t sourceErrs m)) -> OpenUnion (Errors (t targetErrs m))) -> t sourceErrs m a -> t targetErrs m a Source #

Reexports