• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. readTests :: IdentityTests -> [ReadBox]

    haskoin-core Haskoin.Util.Arbitrary.Util

    No documentation available.

  2. readTestFile :: FromJSON a => FilePath -> IO a

    haskoin-core Haskoin.Util.Helpers

    No documentation available.

  3. readTestFileParser :: (Value -> Parser a) -> FilePath -> IO a

    haskoin-core Haskoin.Util.Helpers

    No documentation available.

  4. read_decode :: (ByteString -> t) -> Int -> Handle -> IO t

    hosc Sound.Osc.Coding.Byte

    Read n bytes from h and run f.

  5. read_f32 :: Handle -> IO Float

    hosc Sound.Osc.Coding.Byte

    decode_f32 of hGet.

  6. read_f32_le :: Handle -> IO Float

    hosc Sound.Osc.Coding.Byte

    decode_f32_le of hGet.

  7. read_i16 :: Handle -> IO Int

    hosc Sound.Osc.Coding.Byte

    decode_i16 of hGet.

  8. read_i32 :: Handle -> IO Int

    hosc Sound.Osc.Coding.Byte

    decode_i32 of hGet.

  9. read_i32_le :: Handle -> IO Int

    hosc Sound.Osc.Coding.Byte

    decode_i32_le of hGet.

  10. read_i8 :: Handle -> IO Int

    hosc Sound.Osc.Coding.Byte

    decode_i8 of hGet.

Page 250 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete