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

  2. data PluginRecompile

    ghc-lib-parser GHC.Driver.Plugins

    No documentation available.

  3. data PluginWithArgs

    ghc-lib-parser GHC.Driver.Plugins

    No documentation available.

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

    ghc-lib-parser GHC.Driver.Plugins

    No documentation available.

  5. data Plugins

    ghc-lib-parser GHC.Driver.Plugins

    No documentation available.

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

    ghc-lib-parser GHC.Driver.Plugins

    No documentation available.

  7. data PsMessages

    ghc-lib-parser GHC.Driver.Plugins

    Errors and warnings produced by the parser

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

    ghc-lib-parser GHC.Driver.Plugins

    No documentation available.

  9. module GHC.Driver.Ppr

    Printing related functions that depend on session state (DynFlags)

  10. data PackageArg

    ghc-lib-parser GHC.Driver.Session

    We accept flags which make packages visible, but how they select the package varies; this data type reflects what selection criterion is used.

Page 515 of many | Previous | Next