monad-stlike-stm-0.1: ST-like monad capturing variables to regions and supporting STM.Source codeContentsIndex
Control.Monad.STLike.STM
Synopsis
type STMS s t = STLike STM s t
stm :: STM t -> STMS s t
stmsToIOS :: STMS s t -> IOS s t
module Control.Monad.STLike.IO
Documentation
type STMS s t = STLike STM s tSource
Monad for STM computations with ST-like variables.
stm :: STM t -> STMS s tSource
Lift STM computations into STMS.
stmsToIOS :: STMS s t -> IOS s tSource
Run an STMS computation with atomically.
module Control.Monad.STLike.IO
Produced by Haddock version 2.6.0