Hoogle Search

Within LTS Haskell 22.18 (ghc-9.6.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Control.Monad.STM

    No documentation available.

  2. data () => STM a

    relude Relude.Lifted.Concurrent

    A monad supporting atomic memory transactions.

  3. data () => STM a

    protolude Protolude

    A monad supporting atomic memory transactions.

  4. newtype () => STM a

    base-prelude BasePrelude

    A monad supporting atomic memory transactions.

  5. STM :: (State# RealWorld -> (# State# RealWorld, a #)) -> STM a

    base-prelude BasePrelude

    No documentation available.

  6. STM :: [TAction] -> [ThreadId] -> ThreadAction

    dejafu Test.DejaFu.Conc

    An STM transaction was executed, possibly waking up some threads.

  7. module Test.DejaFu.Conc.Internal.STM

    MonadSTM testing implementation, internal types and definitions. This module is NOT considered to form part of the public interface of this library.

  8. STM :: [TAction] -> [ThreadId] -> ThreadAction

    dejafu Test.DejaFu.Types

    An STM transaction was executed, possibly waking up some threads.

  9. module Rebase.Control.Concurrent.STM

    No documentation available.

  10. module Rebase.Control.Monad.STM

    No documentation available.

Page 2 of many | Previous | Next