Hoogle Search

Within LTS Haskell 24.17 (ghc-9.10.3)

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

  1. newUnliftedMutVar# :: forall (a :: UnliftedType) s . a -> State# s -> (# State# s, UnliftedMutVar# s a #)

    primitive-unlifted Data.Primitive.Unlifted.MutVar.Primops

    No documentation available.

  2. readUnliftedMutVar# :: forall s (a :: UnliftedType) . UnliftedMutVar# s a -> State# s -> (# State# s, a #)

    primitive-unlifted Data.Primitive.Unlifted.MutVar.Primops

    No documentation available.

  3. sameUnliftedMutVar# :: forall s (a :: UnliftedType) . UnliftedMutVar# s a -> UnliftedMutVar# s a -> Int#

    primitive-unlifted Data.Primitive.Unlifted.MutVar.Primops

    Check whether two UnliftedMutVar#es refer to the same mutable variable. This is a check on object identity, and not on contents.

  4. writeUnliftedMutVar# :: forall s (a :: UnliftedType) . UnliftedMutVar# s a -> a -> State# s -> State# s

    primitive-unlifted Data.Primitive.Unlifted.MutVar.Primops

    No documentation available.

  5. UnliftedMutVar :: UnliftedMutVar# s unlifted_a -> UnliftedMutVar_ s a (unlifted_a :: UnliftedType)

    primitive-unlifted Data.Primitive.Unlifted.MutVar.ST

    No documentation available.

  6. type UnliftedMutVar s a = UnliftedMutVar_ s a Unlifted a

    primitive-unlifted Data.Primitive.Unlifted.MutVar.ST

    No documentation available.

  7. data UnliftedMutVar_ s a (unlifted_a :: UnliftedType)

    primitive-unlifted Data.Primitive.Unlifted.MutVar.ST

    No documentation available.

  8. atomicSwapUnliftedMutVar :: PrimUnlifted a => UnliftedMutVar s a -> a -> ST s a

    primitive-unlifted Data.Primitive.Unlifted.MutVar.ST

    No documentation available.

  9. casUnliftedMutVar :: PrimUnlifted a => UnliftedMutVar s a -> a -> a -> ST s (Bool, a)

    primitive-unlifted Data.Primitive.Unlifted.MutVar.ST

    No documentation available.

  10. modifyUnliftedMutVar :: PrimUnlifted a => UnliftedMutVar s a -> (a -> a) -> ST s ()

    primitive-unlifted Data.Primitive.Unlifted.MutVar.ST

    No documentation available.

Page 26 of many | Previous | Next