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.
execStmt' :: GhcMonad m => GhciLStmt GhcPs -> String -> ExecOptions -> m ExecResultghc 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).
resumeStmt :: Resume -> Stringghc GHC.Runtime.Eval No documentation available.
resumeStmt :: Resume -> Stringghc GHC.Runtime.Eval.Types No documentation available.
AbandonStmt :: RemoteRef (ResumeContext [HValueRef]) -> Message ()ghc GHC.Runtime.Interpreter Abandon evaluation of a statement after a breakpoint
EvalStmt :: EvalOpts -> EvalExpr HValueRef -> Message (EvalStatus_ [HValueRef] [HValueRef])ghc GHC.Runtime.Interpreter Evaluate a statement
-
ghc GHC.Runtime.Interpreter Resume evaluation of a statement after a breakpoint
abandonStmt :: Interp -> ForeignRef (ResumeContext [HValueRef]) -> IO ()ghc GHC.Runtime.Interpreter No documentation available.
-
ghc GHC.Runtime.Interpreter Execute an action of type IO [a], returning ForeignHValues for each of the results.
-
ghc GHC.Runtime.Interpreter No documentation available.
AbandonStmt :: RemoteRef (ResumeContext [HValueRef]) -> Message ()ghc GHC.Runtime.Interpreter.Process Abandon evaluation of a statement after a breakpoint