Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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. newtype STM a

    ghc-internal GHC.Internal.Conc.Sync

    A monad supporting atomic memory transactions.

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

    ghc-internal GHC.Internal.Conc.Sync

    No documentation available.

  5. module Rebase.Control.Concurrent.STM

    No documentation available.

  6. module Rebase.Control.Monad.STM

    No documentation available.

  7. newtype STM a

    rebase Rebase.Prelude

    A monad supporting atomic memory transactions.

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

    rebase Rebase.Prelude

    No documentation available.

  9. newtype STM a

    base-prelude BasePrelude

    A monad supporting atomic memory transactions.

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

    base-prelude BasePrelude

    No documentation available.

Page 2 of many | Previous | Next