Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. read_word32 :: Handle -> IO Word32

    hosc Sound.Osc.Coding.Byte

    Type-specialised reader for decode.

  2. read_word32_le :: Handle -> IO Word32

    hosc Sound.Osc.Coding.Byte

    read_decode of decode_word32_le.

  3. read_entry :: LuaError e => DocumentedFunction e

    hslua-module-zip HsLua.Module.Zip

    Creates a new ZipEntry from a file; wraps readEntry.

  4. readSampleSize :: ByteString -> IO Int

    hspec-golden-aeson Test.Aeson.Internal.RandomSamples

    Read the sample size.

  5. readSeed :: ByteString -> IO Int32

    hspec-golden-aeson Test.Aeson.Internal.RandomSamples

    Reads the seed without looking at the samples.

  6. readAddrArray# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Addr# #)

    ihaskell IHaskellPrelude

    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# #)

    ihaskell IHaskellPrelude

    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# #)

    ihaskell IHaskellPrelude

    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# #)

    ihaskell IHaskellPrelude

    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# #)

    ihaskell IHaskellPrelude

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

Page 254 of many | Previous | Next