haskell-halogen-core
Safe HaskellNone
LanguageGHC2021

Control.Monad.State.Delayed.Class

Documentation

class MonadState s m => MonadDelayedState s (m :: Type -> Type) | m -> s where Source #

Methods

commit :: m () Source #

Instances

Instances details
(MonadUnliftIO m, MonadState s m) => MonadDelayedState s (DelayedStateT s m) Source # 
Instance details

Defined in Control.Monad.State.Delayed.Trans

Methods

commit :: DelayedStateT s m () Source #