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.
readInt32OffAddr# :: Addr# -> Int# -> State# s -> (# State# s, Int32# #)ghc-prim GHC.PrimopWrappers No documentation available.
readInt64Array# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Int64# #)ghc-prim GHC.PrimopWrappers No documentation available.
readInt64OffAddr# :: Addr# -> Int# -> State# s -> (# State# s, Int64# #)ghc-prim GHC.PrimopWrappers No documentation available.
readInt8Array# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Int8# #)ghc-prim GHC.PrimopWrappers No documentation available.
readInt8OffAddr# :: Addr# -> Int# -> State# s -> (# State# s, Int8# #)ghc-prim GHC.PrimopWrappers No documentation available.
readIntArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Int# #)ghc-prim GHC.PrimopWrappers No documentation available.
readIntOffAddr# :: Addr# -> Int# -> State# s -> (# State# s, Int# #)ghc-prim GHC.PrimopWrappers No documentation available.
readMVar# :: MVar# s a_levpoly -> State# s -> (# State# 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.
readSmallArray# :: SmallMutableArray# s a_levpoly -> Int# -> State# s -> (# State# s, a_levpoly #)ghc-prim GHC.PrimopWrappers No documentation available.