Instant is
off
|
Search plugin
|
Manual
|
haskell.org
mapErrorT
Packages
transformers
mtl
mapErrorT
:: (m (Either e a) -> n (Either e' b)) -> ErrorT e m a -> ErrorT e' n b
transformers
Control.Monad.Trans.Error
,
mtl
Control.Monad.Error
Map the unwrapped computation using the given function. * (
mapErrorT
f m) = f (
runErrorT
>
©
Neil Mitchell
2004-2012, version 4.2.11