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.
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.
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.
readCharBuf :: RawCharBuffer -> Int -> IO (Char, Int)ghc-internal GHC.Internal.IO.Buffer No documentation available.
readCharBufPtr :: Ptr CharBufElem -> Int -> IO (Char, Int)ghc-internal GHC.Internal.IO.Buffer No documentation available.
readWord8Buf :: RawBuffer Word8 -> Int -> IO Word8ghc-internal GHC.Internal.IO.Buffer No documentation available.
readBuf :: RawIO dev => dev -> Buffer Word8 -> IO (Int, Buffer Word8)ghc-internal GHC.Internal.IO.BufferedIO No documentation available.
readBufNonBlocking :: RawIO dev => dev -> Buffer Word8 -> IO (Maybe Int, Buffer Word8)ghc-internal GHC.Internal.IO.BufferedIO No documentation available.
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.
ready :: IODevice a => a -> Bool -> Int -> IO Boolghc-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.
readRawBufferPtr :: String -> FD -> Ptr Word8 -> Int -> CSize -> IO Intghc-internal GHC.Internal.IO.FD No documentation available.