Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. readWord8Buf :: RawBuffer Word8 -> Int -> IO Word8

    base GHC.IO.Buffer

    No documentation available.

  2. readBuf :: RawIO dev => dev -> Buffer Word8 -> IO (Int, Buffer Word8)

    base GHC.IO.BufferedIO

    No documentation available.

  3. readBufNonBlocking :: RawIO dev => dev -> Buffer Word8 -> IO (Maybe Int, Buffer Word8)

    base GHC.IO.BufferedIO

    No documentation available.

  4. readNonBlocking :: RawIO a => a -> Ptr Word8 -> Word64 -> Int -> IO (Maybe Int)

    base GHC.IO.Device

    Read up to the specified number of bytes starting from a specified offset, returning the number of bytes actually read, or Nothing if the end of the stream has been reached.

  5. ready :: IODevice a => a -> Bool -> Int -> IO Bool

    base GHC.IO.Device

    ready dev write msecs returns True if the device has data to read (if write is False) or space to write new data (if write is True). msecs specifies how long to wait, in milliseconds.

  6. readRawBufferPtr :: String -> FD -> Ptr Word8 -> Int -> CSize -> IO Int

    base GHC.IO.FD

    No documentation available.

  7. readRawBufferPtrNoBlock :: String -> FD -> Ptr Word8 -> Int -> CSize -> IO Int

    base GHC.IO.FD

    No documentation available.

  8. readTextDevice :: Handle__ -> CharBuffer -> IO CharBuffer

    base GHC.IO.Handle.Internals

    No documentation available.

  9. readTextDeviceNonBlocking :: Handle__ -> CharBuffer -> IO CharBuffer

    base GHC.IO.Handle.Internals

    No documentation available.

  10. readIOArray :: Ix i => IOArray i e -> i -> IO e

    base GHC.IOArray

    Read a value from an IOArray

Page 63 of many | Previous | Next