Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. readUArray :: (UArrayMemoizable a, Ix i) => IOUArray i a -> i -> IO a

    array-memoize Data.Function.ArrayMemoize

    No documentation available.

  2. readBBDB :: String -> IO [BBDBFile]

    bbdb Database.BBDB

    read the given file and call error if the parse failed, otherwise return the entire file as a list of BBDBFile records.

  3. readBit :: IOBitArray -> Int -> IO Bool

    bitarray Data.BitArray.IO

    No documentation available.

  4. readBit :: STBitArray s -> Int -> ST s Bool

    bitarray Data.BitArray.ST

    No documentation available.

  5. readByteArray# :: Prim a => MutableByteArray# s -> Int# -> State# s -> (# State# s, a #)

    bytezap Raehik.Compat.Data.Primitive.Types

    Read a value from the mutable array. The offset is in elements of type a rather than in bytes.

  6. readOffAddr# :: Prim a => Addr# -> Int# -> State# s -> (# State# s, a #)

    bytezap Raehik.Compat.Data.Primitive.Types

    Read a value from a memory position given by an address and an offset. The offset is in elements of type a rather than in bytes.

  7. readWord8ByteArrayAs# :: Prim' a => MutableByteArray# s -> Int# -> State# s -> (# State# s, a #)

    bytezap Raehik.Compat.Data.Primitive.Types

    No documentation available.

  8. readWord8OffAddrAs# :: Prim' a => Addr# -> Int# -> State# s -> (# State# s, a #)

    bytezap Raehik.Compat.Data.Primitive.Types

    No documentation available.

  9. readWord8OffAddrAsInt# :: Addr# -> Int# -> State# d -> (# State# d, Int# #)

    bytezap Raehik.Compat.GHC.Exts.GHC910UnalignedAddrPrimops

    Read a word-sized integer; offset in bytes. Warning: this can fail with an unchecked exception.

  10. readWord8OffAddrAsInt16# :: Addr# -> Int# -> State# d -> (# State# d, Int16# #)

    bytezap Raehik.Compat.GHC.Exts.GHC910UnalignedAddrPrimops

    Read a 16-bit signed integer; offset in bytes. Warning: this can fail with an unchecked exception.

Page 336 of many | Previous | Next