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

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. resumeSpan :: Resume -> SrcSpan

    ghc GHC.Runtime.Eval

    No documentation available.

  2. resumeStmt :: Resume -> String

    ghc GHC.Runtime.Eval

    No documentation available.

  3. data Resume

    ghc GHC.Runtime.Eval.Types

    No documentation available.

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

    ghc GHC.Runtime.Eval.Types

    No documentation available.

  5. type ResumeBindings = ([TyThing], IcGlobalRdrEnv)

    ghc GHC.Runtime.Eval.Types

    No documentation available.

  6. resumeApStack :: Resume -> ForeignHValue

    ghc GHC.Runtime.Eval.Types

    No documentation available.

  7. resumeBindings :: Resume -> ResumeBindings

    ghc GHC.Runtime.Eval.Types

    No documentation available.

  8. resumeBreakpointId :: Resume -> Maybe InternalBreakpointId

    ghc GHC.Runtime.Eval.Types

    the breakpoint we stopped at (Nothing = exception)

  9. resumeCCS :: Resume -> RemotePtr CostCentreStack

    ghc GHC.Runtime.Eval.Types

    No documentation available.

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

    ghc GHC.Runtime.Eval.Types

    No documentation available.

Page 95 of many | Previous | Next

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