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

Control.Monad.Short

Synopsis

Documentation

type MonadShortable r m a = AbortT r m aSource

short :: Monad m => m a -> MonadShortable r m aSource

unShort :: Monad m => MonadShortable r m r -> m rSource

class Monad m => MonadShort m whereSource

Minimal complete definition: unError