Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. Opt_UnoptimizedCoreForInterpreter :: GeneralFlag

    ghc GHC.Driver.Flags

    No documentation available.

  2. Opt_WarnDodgyForeignImports :: WarningFlag

    ghc GHC.Driver.Flags

    No documentation available.

  3. Opt_WarnForallIdentifier :: WarningFlag

    ghc GHC.Driver.Flags

    No documentation available.

  4. Opt_WarnUnicodeBidirectionalFormatCharacters :: WarningFlag

    ghc GHC.Driver.Flags

    No documentation available.

  5. Opt_WarnUnusedForalls :: WarningFlag

    ghc GHC.Driver.Flags

    No documentation available.

  6. 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.

  7. type family DsForeignsHook

    ghc GHC.Driver.Hooks

    No documentation available.

  8. dsForeignsHook :: Hooks -> Maybe DsForeignsHook

    ghc GHC.Driver.Hooks

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

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

    ghc GHC.Driver.Hooks

    No documentation available.

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

    ghc GHC.Driver.Hooks

    No documentation available.

Page 453 of many | Previous | Next