Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    ghc-internal GHC.Internal.Arr

    No documentation available.

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

    ghc-internal GHC.Internal.ArrayArray

    No documentation available.

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

    ghc-internal GHC.Internal.ArrayArray

    No documentation available.

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

    ghc-internal GHC.Internal.ArrayArray

    No documentation available.

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

    ghc-internal GHC.Internal.ArrayArray

    No documentation available.

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

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

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

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

  10. readDoubleArray# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Double# #)

    ghc-internal GHC.Internal.Base

    Read a double-precision floating-point value; offset in 8-byte words. Warning: this can fail with an unchecked exception.

Page 153 of many | Previous | Next