Revisions of ghc-monad-control
Ludwig Nussel (lnussel)
committed
(revision 4)
vrev freeze
Ludwig Nussel (lnussel_factory)
accepted
request 402515
from
Ondřej Súkup (mimi_vx)
(revision 3)
- update to 1.0.1.0 - removed useless _service * Added the functions: liftThrough :: (MonadTransControl t, Monad (t m), Monad m) => (m (StT t a) -> m (StT t b)) -- ^ -> t m a -> t m b captureT :: (MonadTransControl t, Monad (t m), Monad m) => t m (StT t ()) captureM :: MonadBaseControl b m => m (StM m ()) - update to 1.0.0.5 * Support transformers-0.5 & ransformers-compat-0.5.*.
Adrian Schröter (adrianSuSE)
committed
(revision 2)
fork from 42.1
Stephan Kulow (coolo)
accepted
request 334613
from
Ondřej Súkup (mimi_vx)
(revision 1)
his package defines the type class MonadBaseControl, a subset of MonadBase into which generic control operations such as catch can be lifted from IO or any other base monad. Instances are based on monad transformers in MonadTransControl, which includes all standard monad transformers in the transformers library except ContT.
Displaying all 4 revisions