• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. ic_resume :: InteractiveContext -> [Resume]

    ghc GHC.Runtime.Context

    The stack of breakpoint contexts

  2. data Resume

    ghc GHC.Runtime.Eval

    No documentation available.

  3. Resume :: String -> ForeignRef (ResumeContext [HValueRef]) -> ResumeBindings -> [Id] -> ForeignHValue -> Maybe InternalBreakpointId -> SrcSpan -> String -> RemotePtr CostCentreStack -> [History] -> Int -> Resume

    ghc GHC.Runtime.Eval

    No documentation available.

  4. getResumeContext :: GhcMonad m => m [Resume]

    ghc GHC.Runtime.Eval

    No documentation available.

  5. resumeApStack :: Resume -> ForeignHValue

    ghc GHC.Runtime.Eval

    No documentation available.

  6. resumeBindings :: Resume -> ResumeBindings

    ghc GHC.Runtime.Eval

    No documentation available.

  7. resumeBreakpointId :: Resume -> Maybe InternalBreakpointId

    ghc GHC.Runtime.Eval

    the breakpoint we stopped at (Nothing = exception)

  8. resumeCCS :: Resume -> RemotePtr CostCentreStack

    ghc GHC.Runtime.Eval

    No documentation available.

  9. resumeContext :: Resume -> ForeignRef (ResumeContext [HValueRef])

    ghc GHC.Runtime.Eval

    No documentation available.

  10. resumeDecl :: Resume -> String

    ghc GHC.Runtime.Eval

    No documentation available.

Page 93 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete