Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fillReadBuffer0 :: BufferedIO dev => dev -> Buffer Word8 -> IO (Maybe Int, Buffer Word8)ghc-internal GHC.Internal.IO.BufferedIO reads bytes into the buffer without blocking. Returns the number of bytes read (Nothing indicates end-of-file), and the new buffer.
-
ghc-internal GHC.Internal.IO.Exception No documentation available.
ThreadKilled :: AsyncExceptionghc-internal GHC.Internal.IO.Exception This exception is raised by another thread calling killThread, or by the system if it needs to terminate the thread for some reason.
hIsReadable :: Handle -> IO Boolghc-internal GHC.Internal.IO.Handle No documentation available.
flushByteReadBuffer :: Handle__ -> IO ()ghc-internal GHC.Internal.IO.Handle.Internals No documentation available.
flushCharReadBuffer :: Handle__ -> IO ()ghc-internal GHC.Internal.IO.Handle.Internals No documentation available.
-
ghc-internal GHC.Internal.IO.Handle.Internals No documentation available.
wantReadableHandle :: String -> Handle -> (Handle__ -> IO (Handle__, a)) -> IO aghc-internal GHC.Internal.IO.Handle.Internals No documentation available.
wantReadableHandle_ :: String -> Handle -> (Handle__ -> IO a) -> IO aghc-internal GHC.Internal.IO.Handle.Internals No documentation available.
isReadWriteHandleType :: HandleType -> Boolghc-internal GHC.Internal.IO.Handle.Types No documentation available.