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. data ModSummary

    ghc GHC

    Data for a module node in a ModuleGraph. Module nodes of the module graph are one of:

    • A regular Haskell source module
    • A hi-boot source module

  2. ModSummary :: Module -> HscSource -> ModLocation -> Fingerprint -> Maybe UTCTime -> !Maybe UTCTime -> Maybe UTCTime -> Maybe UTCTime -> [(PkgQual, Located ModuleName)] -> [(PkgQual, Located ModuleName)] -> Bool -> Maybe HsParsedModule -> FilePath -> DynFlags -> Maybe StringBuffer -> ModSummary

    ghc GHC

    No documentation available.

  3. Opt_SortBySubsumHoleFits :: GeneralFlag

    ghc GHC

    No documentation available.

  4. data Resume

    ghc GHC

    No documentation available.

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

    ghc GHC

    No documentation available.

  6. getModSummary :: GhcMonad m => ModuleName -> m ModSummary

    ghc GHC

    Return the ModSummary of a module with the given name. The module must be part of the module graph (see hsc_mod_graph and ModuleGraph). If this is not the case, this function will throw a GhcApiError. This function ignores boot modules and requires that there is only one non-boot module with the given name.

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

    ghc GHC

    No documentation available.

  8. mgModSummaries :: ModuleGraph -> [ModSummary]

    ghc GHC

    No documentation available.

  9. pm_mod_summary :: ParsedModule -> ModSummary

    ghc GHC

    No documentation available.

  10. resumeApStack :: Resume -> ForeignHValue

    ghc GHC

    No documentation available.

Page 87 of many | Previous | Next