Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. smallestWarningGroupsForCategory :: [WarningGroup]

    ghc GHC.Driver.Flags

    The smallest group in every hierarchy to which a custom warning category belongs is currently always -Wextended-warnings. See Note [Warning categories] in GHC.Unit.Module.Warnings.

  2. type family DsForeignsHook

    ghc GHC.Driver.Hooks

    No documentation available.

  3. dsForeignsHook :: Hooks -> Maybe DsForeignsHook

    ghc GHC.Driver.Hooks

    Actual type: Maybe ([LForeignDecl GhcTc] -> DsM (ForeignStubs, OrdList (Id, CoreExpr)))

  4. tcForeignExportsHook :: Hooks -> Maybe ([LForeignDecl GhcRn] -> TcM (LHsBinds GhcTc, [LForeignDecl GhcTc], Bag GlobalRdrElt))

    ghc GHC.Driver.Hooks

    No documentation available.

  5. tcForeignImportsHook :: Hooks -> Maybe ([LForeignDecl GhcRn] -> TcM ([Id], [LForeignDecl GhcTc], Bag GlobalRdrElt))

    ghc GHC.Driver.Hooks

    No documentation available.

  6. MergeForeign :: Phase

    ghc GHC.Driver.Phases

    No documentation available.

  7. happensBefore :: Platform -> Phase -> Phase -> Bool

    ghc GHC.Driver.Phases

    No documentation available.

  8. phaseForeignLanguage :: Phase -> Maybe ForeignSrcLang

    ghc GHC.Driver.Phases

    Foreign language of the phase if the phase deals with a foreign code

  9. T_ForeignJs :: PipeEnv -> HscEnv -> Maybe ModLocation -> FilePath -> TPhase [Char]

    ghc GHC.Driver.Pipeline

    No documentation available.

  10. T_MergeForeign :: PipeEnv -> HscEnv -> FilePath -> [FilePath] -> TPhase [Char]

    ghc GHC.Driver.Pipeline

    No documentation available.

Page 454 of many | Previous | Next