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.

  1. module Data.Effect.Reader

    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.

  2. ReadIORef :: IORefId -> ThreadAction

    dejafu Test.DejaFu.Conc

    Read from a IORef.

  3. ReadIORefCas :: IORefId -> ThreadAction

    dejafu Test.DejaFu.Conc

    Read from a IORef for a future compare-and-swap.

  4. ReadMVar :: MVarId -> ThreadAction

    dejafu Test.DejaFu.Conc

    Read from a MVar.

  5. ReadIORef :: IORefId -> ThreadAction

    dejafu Test.DejaFu.Types

    Read from a IORef.

  6. ReadIORefCas :: IORefId -> ThreadAction

    dejafu Test.DejaFu.Types

    Read from a IORef for a future compare-and-swap.

  7. ReadMVar :: MVarId -> ThreadAction

    dejafu Test.DejaFu.Types

    Read from a MVar.

  8. module Deque.Lazy.Reader

    Lazy Deque API lifted to a Reader monad, "mtl"-style.

  9. module Deque.Strict.Reader

    Strict Deque API lifted to a Reader monad, "mtl"-style.

  10. ReadMode :: IOMode

    effectful Effectful.FileSystem.IO

    No documentation available.

Page 401 of many | Previous | Next