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

  2. type family TVar (stm :: Type -> Type) :: Type -> Type

    concurrency Control.Concurrent.Classy.STM.TVar

    The mutable reference type. These behave like TVars, in that they always contain a value and updates are non-blocking and synchronised.

  3. TVAR :: ClosureType

    ghc-heap GHC.Exts.Heap

    No documentation available.

  4. TVAR :: ClosureType

    ghc-heap GHC.Exts.Heap.ClosureTypes

    No documentation available.

  5. TVar :: Int -> TTerm

    Agda Agda.Syntax.Treeless

    No documentation available.

  6. data TVar a

    classy-prelude-yesod ClassyPrelude.Yesod

    Shared memory locations that support atomic memory transactions.

  7. data TVar a

    stateref Data.MRef.Instances

    Shared memory locations that support atomic memory transactions.

  8. data TVar a

    stateref Data.StateRef.Instances

    Shared memory locations that support atomic memory transactions.

  9. data TVar# a (b :: TYPE 'BoxedRep l)

    base GHC.Base

    No documentation available.

  10. data TVar# a (b :: TYPE 'BoxedRep l)

    base GHC.Exts

    No documentation available.

Page 3 of many | Previous | Next