Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. class GTraverseSum (tag :: k) (sumtag :: k1) (gf :: k2 -> Type)

    generic-data-functions Generic.Data.Function.Traverse.Sum

    No documentation available.

  2. gTraverseCSum :: forall pt (p :: k2) . GTraverseCSum tag sumtag dtName gf => ParseCstrTo sumtag pt -> (pt -> pt -> Bool) -> pt -> GenericTraverseF tag (gf p)

    generic-data-functions Generic.Data.Function.Traverse.Sum

    No documentation available.

  3. gTraverseSum :: forall pt (p :: k2) . GTraverseSum tag sumtag gf => ParseCstrTo sumtag pt -> (String -> GenericTraverseF tag pt) -> (forall a . () => String -> GenericTraverseF tag a) -> (pt -> pt -> Bool) -> GenericTraverseF tag (gf p)

    generic-data-functions Generic.Data.Function.Traverse.Sum

    No documentation available.

  4. data ModSummary

    ghc-lib 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

  5. 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-lib GHC

    No documentation available.

  6. Opt_SortBySubsumHoleFits :: GeneralFlag

    ghc-lib GHC

    No documentation available.

  7. data Resume

    ghc-lib GHC

    No documentation available.

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

    ghc-lib GHC

    No documentation available.

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

    ghc-lib 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.

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

    ghc-lib GHC

    No documentation available.

Page 243 of many | Previous | Next