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.

  1. 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.

  2. AlreadyExists :: IOErrorType

    ghc-internal GHC.Internal.IO.Exception

    No documentation available.

  3. ThreadKilled :: AsyncException

    ghc-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.

  4. hIsReadable :: Handle -> IO Bool

    ghc-internal GHC.Internal.IO.Handle

    No documentation available.

  5. flushByteReadBuffer :: Handle__ -> IO ()

    ghc-internal GHC.Internal.IO.Handle.Internals

    No documentation available.

  6. flushCharReadBuffer :: Handle__ -> IO ()

    ghc-internal GHC.Internal.IO.Handle.Internals

    No documentation available.

  7. ioe_notReadable :: IO a

    ghc-internal GHC.Internal.IO.Handle.Internals

    No documentation available.

  8. wantReadableHandle :: String -> Handle -> (Handle__ -> IO (Handle__, a)) -> IO a

    ghc-internal GHC.Internal.IO.Handle.Internals

    No documentation available.

  9. wantReadableHandle_ :: String -> Handle -> (Handle__ -> IO a) -> IO a

    ghc-internal GHC.Internal.IO.Handle.Internals

    No documentation available.

  10. isReadWriteHandleType :: HandleType -> Bool

    ghc-internal GHC.Internal.IO.Handle.Types

    No documentation available.

Page 537 of many | Previous | Next