Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Effects that can be used to hold environmental values in the context. Environmental values are immutable and do not change across procedures, but you can modify the value within a local scope using the local operation.
ReadIORef :: IORefId -> ThreadActiondejafu Test.DejaFu.Conc Read from a IORef.
ReadIORefCas :: IORefId -> ThreadActiondejafu Test.DejaFu.Conc Read from a IORef for a future compare-and-swap.
ReadMVar :: MVarId -> ThreadActiondejafu Test.DejaFu.Conc Read from a MVar.
ReadIORef :: IORefId -> ThreadActiondejafu Test.DejaFu.Types Read from a IORef.
ReadIORefCas :: IORefId -> ThreadActiondejafu Test.DejaFu.Types Read from a IORef for a future compare-and-swap.
ReadMVar :: MVarId -> ThreadActiondejafu Test.DejaFu.Types Read from a MVar.
-
Lazy Deque API lifted to a Reader monad, "mtl"-style.
-
Strict Deque API lifted to a Reader monad, "mtl"-style.
-
effectful Effectful.FileSystem.IO No documentation available.