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. Persistent :: PipelineOutput

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

    We want a persistent file, i.e. a file in the current directory derived from the input filename, but with the appropriate extension. eg. in "ghc -c Foo.hs" the output goes into ./Foo.o.

  2. data PipeEnv

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

    No documentation available.

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

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

    No documentation available.

  4. data PipelineOutput

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

    No documentation available.

  5. module GHC.Driver.Pipeline.Phases

    No documentation available.

  6. data PhaseHook

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

    A wrapper around the interpretation function for phases.

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

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

    No documentation available.

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

  9. data ParsedResult

    ghc-lib-parser GHC.Driver.Plugins

    Result of running the parser and the parser plugin

  10. ParsedResult :: HsParsedModule -> PsMessages -> ParsedResult

    ghc-lib-parser GHC.Driver.Plugins

    No documentation available.

Page 516 of many | Previous | Next