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.
-
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
-
ghc GHC No documentation available.
Opt_SortBySubsumHoleFits :: GeneralFlagghc GHC No documentation available.
-
ghc GHC No documentation available.
-
ghc GHC No documentation available.
getModSummary :: GhcMonad m => ModuleName -> m ModSummaryghc 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.
getResumeContext :: GhcMonad m => m [Resume]ghc GHC No documentation available.
mgModSummaries :: ModuleGraph -> [ModSummary]ghc GHC No documentation available.
pm_mod_summary :: ParsedModule -> ModSummaryghc GHC No documentation available.
resumeApStack :: Resume -> ForeignHValueghc GHC No documentation available.