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. PipeEnv :: StopPhase -> String -> String -> String -> Phase -> PipelineOutput -> PipeEnv

    ghc GHC.Driver.Pipeline

    No documentation available.

  2. Persistent :: PipelineOutput

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

  3. data PipeEnv

    ghc GHC.Driver.Pipeline.Monad

    No documentation available.

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

    ghc GHC.Driver.Pipeline.Monad

    No documentation available.

  5. data PipelineOutput

    ghc GHC.Driver.Pipeline.Monad

    No documentation available.

  6. module GHC.Driver.Pipeline.Phases

    No documentation available.

  7. data PhaseHook

    ghc GHC.Driver.Pipeline.Phases

    A wrapper around the interpretation function for phases.

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

    ghc GHC.Driver.Pipeline.Phases

    No documentation available.

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

  10. data ParsedResult

    ghc GHC.Driver.Plugins

    Result of running the parser and the parser plugin

Page 122 of many | Previous | Next