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

    ghc-lib-parser GHC.Driver.Pipeline.Monad

    No documentation available.

  2. PipeEnv :: StopPhase -> String -> String -> String -> Phase -> PipelineOutput -> PipeEnv

    ghc-lib-parser GHC.Driver.Pipeline.Monad

    No documentation available.

  3. data PipelineOutput

    ghc-lib-parser GHC.Driver.Pipeline.Monad

    No documentation available.

  4. module GHC.Driver.Pipeline.Phases

    No documentation available.

  5. data PhaseHook

    ghc-lib-parser GHC.Driver.Pipeline.Phases

    A wrapper around the interpretation function for phases.

  6. PhaseHook :: (forall a . () => TPhase a -> IO a) -> PhaseHook

    ghc-lib-parser GHC.Driver.Pipeline.Phases

    No documentation available.

  7. module GHC.Driver.Plugins

    Definitions for writing plugins for GHC. Plugins can hook into several areas of the compiler. See the Plugin type. These plugins include type-checker plugins, source plugins, and core-to-core plugins.

  8. data ParsedResult

    ghc-lib-parser GHC.Driver.Plugins

    Result of running the parser and the parser plugin

  9. ParsedResult :: HsParsedModule -> PsMessages -> ParsedResult

    ghc-lib-parser GHC.Driver.Plugins

    No documentation available.

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

Page 514 of many | Previous | Next