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. ParMakeNumProcessors :: ParMakeCount

    ghc GHC.Driver.Session

    Use parallelism with as many processors as possible (-j flag without an argument).

  2. ParMakeSemaphore :: FilePath -> ParMakeCount

    ghc GHC.Driver.Session

    Use the specific semaphore sem to control parallelism (-jsem sem flag).

  3. ParMakeThisMany :: Int -> ParMakeCount

    ghc GHC.Driver.Session

    Use this many processors (-jn flag).

  4. PkgDbPath :: FilePath -> PkgDbRef

    ghc GHC.Driver.Session

    No documentation available.

  5. data PkgDbRef

    ghc GHC.Driver.Session

    No documentation available.

  6. data PlatformMisc

    ghc GHC.Driver.Session

    Platform-specific settings formerly hard-coded in Config.hs. These should probably be all be triaged whether they can be computed from other settings or belong in another another place (like Platform above).

  7. PlatformMisc :: String -> Bool -> Bool -> String -> PlatformMisc

    ghc GHC.Driver.Session

    No documentation available.

  8. data ProfAuto

    ghc GHC.Driver.Session

    What kind of {-# SCC #-} to add automatically

  9. ProfAutoAll :: ProfAuto

    ghc GHC.Driver.Session

    top-level and nested functions are annotated

  10. ProfAutoCalls :: ProfAuto

    ghc GHC.Driver.Session

    annotate call-sites

Page 125 of many | Previous | Next