Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. readWordArray# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Word# #)

    ghc-internal GHC.Internal.Exts

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

  2. readWordOffAddr# :: Addr# -> Int# -> State# d -> (# State# d, Word# #)

    ghc-internal GHC.Internal.Exts

    Read a word-sized unsigned integer; offset in machine words. On some platforms, the access may fail for an insufficiently aligned Addr#. Warning: this can fail with an unchecked exception.

  3. readCharBuf :: RawCharBuffer -> Int -> IO (Char, Int)

    ghc-internal GHC.Internal.IO.Buffer

    No documentation available.

  4. readCharBufPtr :: Ptr CharBufElem -> Int -> IO (Char, Int)

    ghc-internal GHC.Internal.IO.Buffer

    No documentation available.

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

    ghc-internal GHC.Internal.IO.Buffer

    No documentation available.

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

    ghc-internal GHC.Internal.IO.BufferedIO

    No documentation available.

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

    ghc-internal GHC.Internal.IO.BufferedIO

    No documentation available.

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

    ghc-internal GHC.Internal.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.

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

    ghc-internal GHC.Internal.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.

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

    ghc-internal GHC.Internal.IO.FD

    No documentation available.

Page 190 of many | Previous | Next