explicit-sharing-0.1: Explicit Sharing of Monadic Effects

Control.Monad.Trans.ContT

Documentation

newtype ContT m a Source

Constructors

ContT 

Fields

unContT :: forall w. (a -> m w) -> m w
 

Instances

runContT :: Monad m => ContT m a -> m aSource