monad-state-0.2.0.1: Utility library for monads, particularly those involving state

Safe HaskellSafe-Inferred
LanguageHaskell2010

Control.Monad.Abort.Instances

Documentation

mapAbortT :: (m (Either r a) -> n (Either r' b)) -> AbortT r m a -> AbortT r' n b Source