Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. resumeStmt :: Resume -> String

    ghc GHC.Runtime.Eval.Types

    No documentation available.

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

    ghc GHC.Runtime.Interpreter

    Abandon evaluation of a statement after a breakpoint

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

    ghc GHC.Runtime.Interpreter

    Evaluate a statement

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

    ghc GHC.Runtime.Interpreter

    Resume evaluation of a statement after a breakpoint

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

    ghc GHC.Runtime.Interpreter

    No documentation available.

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

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

    ghc GHC.Runtime.Interpreter

    No documentation available.

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

    ghc GHC.Runtime.Interpreter.Process

    Abandon evaluation of a statement after a breakpoint

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

    ghc GHC.Runtime.Interpreter.Process

    Evaluate a statement

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

    ghc GHC.Runtime.Interpreter.Process

    Resume evaluation of a statement after a breakpoint

Page 35 of many | Previous | Next