Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

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

    ghc GHC.Runtime.Eval

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

  2. resumeStmt :: Resume -> String

    ghc GHC.Runtime.Eval

    No documentation available.

  3. resumeStmt :: Resume -> String

    ghc GHC.Runtime.Eval.Types

    No documentation available.

  4. AbandonStmt :: RemoteRef (ResumeContext [HValueRef]) -> Message ()

    ghc GHC.Runtime.Interpreter

    Abandon evaluation of a statement after a breakpoint

  5. EvalStmt :: EvalOpts -> EvalExpr HValueRef -> Message (EvalStatus_ [HValueRef] [HValueRef])

    ghc GHC.Runtime.Interpreter

    Evaluate a statement

  6. ResumeStmt :: EvalOpts -> RemoteRef (ResumeContext [HValueRef]) -> Message (EvalStatus_ [HValueRef] [HValueRef])

    ghc GHC.Runtime.Interpreter

    Resume evaluation of a statement after a breakpoint

  7. abandonStmt :: Interp -> ForeignRef (ResumeContext [HValueRef]) -> IO ()

    ghc GHC.Runtime.Interpreter

    No documentation available.

  8. evalStmt :: Interp -> EvalOpts -> EvalExpr ForeignHValue -> IO (EvalStatus_ [ForeignHValue] [HValueRef])

    ghc GHC.Runtime.Interpreter

    Execute an action of type IO [a], returning ForeignHValues for each of the results.

  9. resumeStmt :: Interp -> EvalOpts -> ForeignRef (ResumeContext [HValueRef]) -> IO (EvalStatus_ [ForeignHValue] [HValueRef])

    ghc GHC.Runtime.Interpreter

    No documentation available.

  10. AbandonStmt :: RemoteRef (ResumeContext [HValueRef]) -> Message ()

    ghc GHC.Runtime.Interpreter.Process

    Abandon evaluation of a statement after a breakpoint

Page 33 of many | Previous | Next