Hoogle Search

Within LTS Haskell 24.16 (ghc-9.10.3)

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

  1. atomicModifyMutVar2# :: MutVar# s a -> (a -> c) -> State# s -> (# State# s, a, c #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  2. atomicModifyMutVar_# :: MutVar# s a -> (a -> a) -> State# s -> (# State# s, a, a #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  3. atomicSwapMutVar# :: MutVar# s a_levpoly -> a_levpoly -> State# s -> (# State# s, a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  4. casMutVar# :: MutVar# s a_levpoly -> a_levpoly -> a_levpoly -> State# s -> (# State# s, Int#, a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  5. newMutVar# :: a_levpoly -> State# s -> (# State# s, MutVar# s a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  6. newTVar# :: a_levpoly -> State# s -> (# State# s, TVar# s a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  7. readMutVar# :: MutVar# s a_levpoly -> State# s -> (# State# s, a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  8. readTVar# :: TVar# s a_levpoly -> State# s -> (# State# s, a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  9. readTVarIO# :: TVar# s a_levpoly -> State# s -> (# State# s, a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  10. writeMutVar# :: MutVar# s a_levpoly -> a_levpoly -> State# s -> State# s

    ghc-prim GHC.PrimopWrappers

    No documentation available.

Page 9 of many | Previous | Next