Hoogle Search

Within LTS Haskell 22.24 (ghc-9.6.5)

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

  1. data () => STM a

    stack Stack.Prelude

    A monad supporting atomic memory transactions.

  2. data () => STM a

    termonad Termonad.Prelude

    A monad supporting atomic memory transactions.

  3. data () => STM a

    universum Universum.Lifted.Concurrent

    A monad supporting atomic memory transactions.

  4. data () => STM a

    stateref Data.MRef.Instances

    A monad supporting atomic memory transactions.

  5. data () => STM a

    stateref Data.StateRef.Instances

    A monad supporting atomic memory transactions.

  6. stm :: DebugFlags -> Bool

    base GHC.RTS.Flags

    m
    

  7. package stm

    Software Transactional Memory Software Transactional Memory, or STM, is an abstraction for concurrent communication. The main benefits of STM are composability and modularity. That is, using STM you can write concurrent abstractions that can be easily composed with any other abstraction built using STM, without exposing the details of how your abstraction ensures safety. This is typically not the case with other forms of concurrent communication, such as locks or MVars.

  8. data Stmt

    template-haskell Language.Haskell.TH

    No documentation available.

  9. type StmtQ = Q Stmt

    template-haskell Language.Haskell.TH.Lib

    No documentation available.

  10. type StmtQ = Q Stmt

    template-haskell Language.Haskell.TH.Lib.Internal

    No documentation available.

Page 4 of many | Previous | Next