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. isReadableHandleType :: HandleType -> Bool

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

    No documentation available.

  2. unsafeReadIOArray :: IOArray i e -> Int -> IO e

    ghc-internal GHC.Internal.IOArray

    Read a value from an IOArray

  3. tryReadMVar :: MVar a -> IO (Maybe a)

    ghc-internal GHC.Internal.MVar

    A non-blocking version of readMVar. The tryReadMVar function returns immediately, with Nothing if the MVar was empty, or Just a if the MVar was full with contents a.

  4. machineReadable :: MiscFlags -> Bool

    ghc-internal GHC.Internal.RTS.Flags

    No documentation available.

  5. numIoWorkerThreads :: MiscFlags -> Word32

    ghc-internal GHC.Internal.RTS.Flags

    No documentation available.

  6. parGcThreads :: ParFlags -> Word32

    ghc-internal GHC.Internal.RTS.Flags

    No documentation available.

  7. cloneThreadStack :: ThreadId -> IO StackSnapshot

    ghc-internal GHC.Internal.Stack.CloneStack

    Clone the stack of a thread identified by its ThreadId

  8. gcdetails_threads :: GCDetails -> Word32

    ghc-internal GHC.Internal.Stats

    Number of threads used in this GC

  9. hIsReadable :: Handle -> IO Bool

    ghc-internal GHC.Internal.System.IO

    No documentation available.

  10. hReady :: Handle -> IO Bool

    ghc-internal GHC.Internal.System.IO

    Computation hReady hdl indicates whether at least one item is available for input from handle hdl. This operation may fail with:

Page 538 of many | Previous | Next