Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. tVarValue :: TVar a -> UnfoldlM STM a

    deferred-folds DeferredFolds.UnfoldlM

    TVar contents

  2. tVarPrimTyConKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  3. tVarPrimTyCon :: TyCon

    ghc-lib-parser GHC.Builtin.Types.Prim

    No documentation available.

  4. tvarId :: ModelTVar (n :: Type -> Type) a -> TVarId

    dejafu Test.DejaFu.Conc.Internal.STM

    No documentation available.

  5. tvarRef :: ModelTVar (n :: Type -> Type) a -> Ref n a

    dejafu Test.DejaFu.Conc.Internal.STM

    No documentation available.

  6. tvarsOf :: ThreadAction -> Set TVarId

    dejafu Test.DejaFu.Internal

    Get the TVars affected by a ThreadAction.

  7. tvarsRead :: ThreadAction -> Set TVarId

    dejafu Test.DejaFu.Internal

    Get the TVars a transaction read from.

  8. tvarsWritten :: ThreadAction -> Set TVarId

    dejafu Test.DejaFu.Internal

    Get the TVars a transaction wrote to (or would have, if it didn't retry).

  9. tvarName :: TyVarBndr a -> Name

    free-foil Control.Monad.Foil.TH.Util

    No documentation available.

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

    base GHC.Base

    A MutVar# behaves like a single-element mutable array.

Page 5 of many | Previous | Next