Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readStablePtrArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, StablePtr# a #)ghc-prim GHC.PrimopWrappers No documentation available.
readStablePtrOffAddr# :: Addr# -> Int# -> State# s -> (# State# s, StablePtr# a #)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.
readWideCharArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Char# #)ghc-prim GHC.PrimopWrappers No documentation available.
readWideCharOffAddr# :: Addr# -> Int# -> State# s -> (# State# s, Char# #)ghc-prim GHC.PrimopWrappers No documentation available.
readWord16Array# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Word16# #)ghc-prim GHC.PrimopWrappers No documentation available.
readWord16OffAddr# :: Addr# -> Int# -> State# s -> (# State# s, Word16# #)ghc-prim GHC.PrimopWrappers No documentation available.
readWord32Array# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Word32# #)ghc-prim GHC.PrimopWrappers No documentation available.
readWord32OffAddr# :: Addr# -> Int# -> State# s -> (# State# s, Word32# #)ghc-prim GHC.PrimopWrappers No documentation available.