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

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. compileForeign :: HscEnv -> ForeignSrcLang -> FilePath -> IO FilePath

    ghc GHC.Driver.Pipeline

    No documentation available.

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

    ghc GHC.Driver.Pipeline.Execute

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

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

    ghc GHC.Driver.Pipeline.Execute

    No documentation available.

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

    ghc GHC.Driver.Pipeline.Phases

    No documentation available.

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

    ghc GHC.Driver.Pipeline.Phases

    No documentation available.

  6. NoForceRecompile :: PluginRecompile

    ghc GHC.Driver.Plugins

    No documentation available.

  7. printForUser :: DynFlags -> Handle -> NamePprCtx -> Depth -> SDoc -> IO ()

    ghc GHC.Driver.Ppr

    No documentation available.

  8. showSDocForUser :: DynFlags -> UnitState -> NamePprCtx -> SDoc -> String

    ghc GHC.Driver.Ppr

    Allows caller to specify the NamePprCtx to use

  9. Opt_D_dump_foreign :: DumpFlag

    ghc GHC.Driver.Session

    No documentation available.

  10. Opt_D_dump_static_argument_transformation :: DumpFlag

    ghc GHC.Driver.Session

    No documentation available.

Page 455 of many | Previous | Next

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