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

    stateref Data.MRef.Instances

    A monad supporting atomic memory transactions.

  2. data STM a

    stateref Data.StateRef.Instances

    A monad supporting atomic memory transactions.

  3. stm :: DebugFlags -> Bool

    base GHC.RTS.Flags

    m
    

  4. 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.

  5. stm :: DebugFlags -> Bool

    ghc-internal GHC.Internal.RTS.Flags

    m
    

  6. data Stmt

    template-haskell Language.Haskell.TH

    No documentation available.

  7. type StmtQ = Q Stmt

    template-haskell Language.Haskell.TH.Lib

    No documentation available.

  8. type StmtQ = Q Stmt

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

    No documentation available.

  9. data Stmt

    template-haskell Language.Haskell.TH.Syntax

    No documentation available.

  10. data StmtOrigin

    ghc GHC.Tc.Types.Origin

    Are we in a do expression or a monad comprehension? This datatype is only used to report this context to the user in error messages.

Page 4 of many | Previous | Next