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. read_pstr :: Handle -> IO ByteString

    hosc Sound.Osc.Coding.Byte

    Read u8 length prefixed Ascii string (pascal string).

  2. read_u32 :: Handle -> IO Int

    hosc Sound.Osc.Coding.Byte

    decode_u32 of hGet.

  3. read_u32_le :: Handle -> IO Int

    hosc Sound.Osc.Coding.Byte

    decode_u32_le of hGet.

  4. read_word32 :: Handle -> IO Word32

    hosc Sound.Osc.Coding.Byte

    Type-specialised reader for decode.

  5. read_word32_le :: Handle -> IO Word32

    hosc Sound.Osc.Coding.Byte

    read_decode of decode_word32_le.

  6. read_entry :: LuaError e => DocumentedFunction e

    hslua-module-zip HsLua.Module.Zip

    Creates a new ZipEntry from a file; wraps readEntry.

  7. readSampleSize :: ByteString -> IO Int

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

    Read the sample size.

  8. readSeed :: ByteString -> IO Int32

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

    Reads the seed without looking at the samples.

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

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

Page 251 of many | Previous | Next