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. TVAR :: ClosureType

    ghc-lib-parser GHC.Exts.Heap.ClosureTypes

    No documentation available.

  2. data () => TVar a

    base-prelude BasePrelude

    Shared memory locations that support atomic memory transactions.

  3. TVar :: TVar# RealWorld a -> TVar a

    base-prelude BasePrelude

    No documentation available.

  4. module Rebase.Control.Concurrent.STM.TVar

    No documentation available.

  5. data () => TVar a

    rebase Rebase.Prelude

    Shared memory locations that support atomic memory transactions.

  6. TVar :: TVar# RealWorld a -> TVar a

    rebase Rebase.Prelude

    No documentation available.

  7. module Control.Concurrent.Classy.STM.TVar

    Transactional variables, for use with MonadSTM. Deviations: There is no Eq instance for MonadSTM the TVar type. Furthermore, the newTVarIO and mkWeakTVar functions are not provided.

  8. TVar :: Int -> TTerm

    Agda Agda.Syntax.Treeless

    No documentation available.

  9. data () => TVar a

    classy-prelude-yesod ClassyPrelude.Yesod

    Shared memory locations that support atomic memory transactions.

  10. data () => TVar a

    effectful Effectful.Concurrent.STM

    Shared memory locations that support atomic memory transactions.

Page 2 of many | Previous | Next