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.

  1. readFile :: FilePath -> IO Chunks

    byteslice 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.

  2. readSTArray :: Ix i => STArray s i e -> i -> ST s e

    ghc-internal GHC.Internal.Arr

    No documentation available.

  3. readArrayArrayArray# :: MutableArrayArray# s -> Int# -> State# s -> (# State# s, ArrayArray# #)

    ghc-internal GHC.Internal.ArrayArray

    No documentation available.

  4. readByteArrayArray# :: MutableArrayArray# s -> Int# -> State# s -> (# State# s, ByteArray# #)

    ghc-internal GHC.Internal.ArrayArray

    No documentation available.

  5. readMutableArrayArrayArray# :: MutableArrayArray# s -> Int# -> State# s -> (# State# s, MutableArrayArray# s #)

    ghc-internal GHC.Internal.ArrayArray

    No documentation available.

  6. readMutableByteArrayArray# :: MutableArrayArray# s -> Int# -> State# s -> (# State# s, MutableByteArray# s #)

    ghc-internal GHC.Internal.ArrayArray

    No documentation available.

  7. 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.

  8. 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.

  9. 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.

  10. 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.

Page 153 of many | Previous | Next