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.
atomicModifyMutVar_# :: MutVar# s a -> (a -> a) -> State# s -> (# State# s, a, a #)ghc-prim GHC.PrimopWrappers No documentation available.
atomicSwapMutVar# :: MutVar# s a_levpoly -> a_levpoly -> State# s -> (# State# s, a_levpoly #)ghc-prim GHC.PrimopWrappers No documentation available.
-
ghc-prim GHC.PrimopWrappers No documentation available.
newMutVar# :: a_levpoly -> State# s -> (# State# s, MutVar# s a_levpoly #)ghc-prim GHC.PrimopWrappers No documentation available.
newTVar# :: a_levpoly -> State# s -> (# State# s, TVar# s a_levpoly #)ghc-prim GHC.PrimopWrappers No documentation available.
readMutVar# :: MutVar# s a_levpoly -> State# s -> (# State# s, a_levpoly #)ghc-prim GHC.PrimopWrappers No documentation available.
readTVar# :: TVar# s a_levpoly -> State# s -> (# State# s, a_levpoly #)ghc-prim GHC.PrimopWrappers No documentation available.
readTVarIO# :: TVar# s a_levpoly -> State# s -> (# State# s, a_levpoly #)ghc-prim GHC.PrimopWrappers No documentation available.
writeMutVar# :: MutVar# s a_levpoly -> a_levpoly -> State# s -> State# sghc-prim GHC.PrimopWrappers No documentation available.
writeTVar# :: TVar# s a_levpoly -> a_levpoly -> State# s -> State# sghc-prim GHC.PrimopWrappers No documentation available.