Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. threadWaitReadSTM :: Fd -> IO (STM (), IO ())

    forkable-monad Control.Concurrent.Forkable

    Returns an STM action that can be used to wait for data to read from a file descriptor. The second returned value is an IO action that can be used to deregister interest in the file descriptor.

  2. threadWaitWriteSTM :: Fd -> IO (STM (), IO ())

    forkable-monad Control.Concurrent.Forkable

    Returns an STM action that can be used to wait until data can be written to a file descriptor. The second returned value is an IO action that can be used to deregister interest in the file descriptor.

  3. execStmt :: GhcMonad m => String -> ExecOptions -> m ExecResult

    ghc-lib GHC

    Run a statement in the current interactive context.

  4. execStmt' :: GhcMonad m => GhciLStmt GhcPs -> String -> ExecOptions -> m ExecResult

    ghc-lib GHC

    Like execStmt, but takes a parsed statement as argument. Useful when doing preprocessing on the AST before execution, e.g. in GHCi (see GHCi.UI.runStmt).

  5. isStmt :: ParserOpts -> String -> Bool

    ghc-lib GHC

    Returns True if passed string is a statement.

  6. resumeStmt :: Resume -> String

    ghc-lib GHC

    No documentation available.

  7. data CgStmt

    ghc-lib GHC.Cmm.Graph

    No documentation available.

  8. CgStmt :: CmmNode O O -> CgStmt

    ghc-lib GHC.Cmm.Graph

    No documentation available.

  9. dW_AT_stmt_list :: Word

    ghc-lib GHC.CmmToAsm.Dwarf.Constants

    No documentation available.

  10. hscParseStmtWithLocation :: String -> Int -> String -> Hsc (Maybe (GhciLStmt GhcPs))

    ghc-lib GHC.Driver.Main

    No documentation available.

Page 225 of many | Previous | Next