Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. data Plugin

    ghc-lib-parser GHC.Driver.Plugins

    Plugin is the compiler plugin data type. Try to avoid constructing one of these directly, and just modify some fields of defaultPlugin instead: this is to try and preserve source-code compatibility when we add fields to this. Nonetheless, this API is preliminary and highly likely to change in the future.

  2. Plugin :: CorePlugin -> TcPlugin -> DefaultingPlugin -> HoleFitPlugin -> ([CommandLineOption] -> HscEnv -> IO HscEnv) -> LatePlugin -> ([CommandLineOption] -> IO PluginRecompile) -> ([CommandLineOption] -> ModSummary -> ParsedResult -> Hsc ParsedResult) -> ([CommandLineOption] -> TcGblEnv -> HsGroup GhcRn -> TcM (TcGblEnv, HsGroup GhcRn)) -> ([CommandLineOption] -> ModSummary -> TcGblEnv -> TcM TcGblEnv) -> ([CommandLineOption] -> LHsExpr GhcTc -> TcM (LHsExpr GhcTc)) -> (forall lcl . () => [CommandLineOption] -> ModIface -> IfM lcl ModIface) -> Plugin

    ghc-lib-parser GHC.Driver.Plugins

    No documentation available.

  3. data PluginRecompile

    ghc-lib-parser GHC.Driver.Plugins

    No documentation available.

  4. data PluginWithArgs

    ghc-lib-parser GHC.Driver.Plugins

    No documentation available.

  5. PluginWithArgs :: Plugin -> [CommandLineOption] -> PluginWithArgs

    ghc-lib-parser GHC.Driver.Plugins

    No documentation available.

  6. data Plugins

    ghc-lib-parser GHC.Driver.Plugins

    No documentation available.

  7. Plugins :: [StaticPlugin] -> [ExternalPlugin] -> [LoadedPlugin] -> ([Linkable], PkgsLoaded) -> Plugins

    ghc-lib-parser GHC.Driver.Plugins

    No documentation available.

  8. data PsMessages

    ghc-lib-parser GHC.Driver.Plugins

    Errors and warnings produced by the parser

  9. PsMessages :: Messages PsWarning -> Messages PsError -> PsMessages

    ghc-lib-parser GHC.Driver.Plugins

    No documentation available.

  10. module GHC.Driver.Ppr

    Printing related functions that depend on session state (DynFlags)

Page 517 of many | Previous | Next