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.
readCharArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Char# #)ghc-prim GHC.PrimopWrappers No documentation available.
readCharOffAddr# :: Addr# -> Int# -> State# s -> (# State# s, Char# #)ghc-prim GHC.PrimopWrappers No documentation available.
readDoubleArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Double# #)ghc-prim GHC.PrimopWrappers No documentation available.
readDoubleOffAddr# :: Addr# -> Int# -> State# s -> (# State# s, Double# #)ghc-prim GHC.PrimopWrappers No documentation available.
readFloatArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Float# #)ghc-prim GHC.PrimopWrappers No documentation available.
readFloatOffAddr# :: Addr# -> Int# -> State# s -> (# State# s, Float# #)ghc-prim GHC.PrimopWrappers No documentation available.
readIOPort# :: IOPort# s a_levpoly -> State# s -> (# State# s, a_levpoly #)ghc-prim GHC.PrimopWrappers No documentation available.
readInt16Array# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Int16# #)ghc-prim GHC.PrimopWrappers No documentation available.
readInt16OffAddr# :: Addr# -> Int# -> State# s -> (# State# s, Int16# #)ghc-prim GHC.PrimopWrappers No documentation available.
readInt32Array# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Int32# #)ghc-prim GHC.PrimopWrappers No documentation available.