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.
readFile :: FilePath -> IO Chunksbyteslice Data.Bytes.Chunks Read an entire file strictly into chunks. If reading from a regular file, this makes an effort read the file into a single chunk.
readSTArray :: Ix i => STArray s i e -> i -> ST s eghc-internal GHC.Internal.Arr No documentation available.
readArrayArrayArray# :: MutableArrayArray# s -> Int# -> State# s -> (# State# s, ArrayArray# #)ghc-internal GHC.Internal.ArrayArray No documentation available.
readByteArrayArray# :: MutableArrayArray# s -> Int# -> State# s -> (# State# s, ByteArray# #)ghc-internal GHC.Internal.ArrayArray No documentation available.
-
ghc-internal GHC.Internal.ArrayArray No documentation available.
-
ghc-internal GHC.Internal.ArrayArray No documentation available.
readAddrArray# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Addr# #)ghc-internal GHC.Internal.Base Read a machine address; offset in machine words. Warning: this can fail with an unchecked exception.
readAddrOffAddr# :: Addr# -> Int# -> State# d -> (# State# d, Addr# #)ghc-internal GHC.Internal.Base Read a machine address; offset in machine words. On some platforms, the access may fail for an insufficiently aligned Addr#. Warning: this can fail with an unchecked exception.
readCharArray# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Char# #)ghc-internal GHC.Internal.Base Read an 8-bit character; offset in bytes. Warning: this can fail with an unchecked exception.
readCharOffAddr# :: Addr# -> Int# -> State# d -> (# State# d, Char# #)ghc-internal GHC.Internal.Base Read an 8-bit character; offset in bytes. Warning: this can fail with an unchecked exception.