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.
atomicModifyMutVar2# :: MutVar# s a -> (a -> c) -> State# s -> (# State# s, a, c #)ghc-prim GHC.PrimopWrappers No documentation available.
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.