Hoogle Search

Within LTS Haskell 24.56 (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-lib 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-lib GHC.Runtime.Eval

    No documentation available.

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

    ghc-lib GHC.Runtime.Interpreter

    Abandon evaluation of a statement after a breakpoint

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

    ghc-lib GHC.Runtime.Interpreter

    Evaluate a statement

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

    ghc-lib GHC.Runtime.Interpreter

    Resume evaluation of a statement after a breakpoint

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

    ghc-lib GHC.Runtime.Interpreter

    No documentation available.

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

    ghc-lib GHC.Runtime.Interpreter

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

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

    ghc-lib GHC.Runtime.Interpreter

    No documentation available.

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

    ghc-lib GHC.Runtime.Interpreter.Process

    Abandon evaluation of a statement after a breakpoint

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

    ghc-lib GHC.Runtime.Interpreter.Process

    Evaluate a statement

Page 227 of many | Previous | Next