• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. MergeForeign :: Phase

    ghc GHC.Driver.Phases

    No documentation available.

  2. happensBefore :: Platform -> Phase -> Phase -> Bool

    ghc GHC.Driver.Phases

    No documentation available.

  3. phaseForeignLanguage :: Phase -> Maybe ForeignSrcLang

    ghc GHC.Driver.Phases

    Foreign language of the phase if the phase deals with a foreign code

  4. T_ForeignJs :: PipeEnv -> HscEnv -> Maybe ModLocation -> FilePath -> TPhase [Char]

    ghc GHC.Driver.Pipeline

    No documentation available.

  5. T_MergeForeign :: PipeEnv -> HscEnv -> FilePath -> [FilePath] -> TPhase [Char]

    ghc GHC.Driver.Pipeline

    No documentation available.

  6. compileForeign :: HscEnv -> ForeignSrcLang -> FilePath -> IO FilePath

    ghc GHC.Driver.Pipeline

    No documentation available.

  7. runForeignJsPhase :: PipeEnv -> HscEnv -> Maybe ModLocation -> FilePath -> IO FilePath

    ghc GHC.Driver.Pipeline.Execute

    Deal with foreign JS files (embed them into .o files)

  8. runMergeForeign :: PipeEnv -> HscEnv -> FilePath -> [FilePath] -> IO FilePath

    ghc GHC.Driver.Pipeline.Execute

    No documentation available.

  9. T_ForeignJs :: PipeEnv -> HscEnv -> Maybe ModLocation -> FilePath -> TPhase [Char]

    ghc GHC.Driver.Pipeline.Phases

    No documentation available.

  10. T_MergeForeign :: PipeEnv -> HscEnv -> FilePath -> [FilePath] -> TPhase [Char]

    ghc GHC.Driver.Pipeline.Phases

    No documentation available.

Page 454 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete