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

Control.Monad.Abort.Instances

Documentation

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