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. module GHC.Driver.Ppr

    Printing related functions that depend on session state (DynFlags)

  2. data PackageArg

    ghc GHC.Driver.Session

    We accept flags which make packages visible, but how they select the package varies; this data type reflects what selection criterion is used.

  3. PackageArg :: String -> PackageArg

    ghc GHC.Driver.Session

    -package, by PackageName

  4. PackageDB :: PkgDbRef -> PackageDBFlag

    ghc GHC.Driver.Session

    No documentation available.

  5. data PackageDBFlag

    ghc GHC.Driver.Session

    No documentation available.

  6. data PackageFlag

    ghc GHC.Driver.Session

    Flags for manipulating packages visibility.

  7. data ParMakeCount

    ghc GHC.Driver.Session

    The type for the -jN argument, specifying that -j on its own represents using the number of machine processors.

  8. ParMakeNumProcessors :: ParMakeCount

    ghc GHC.Driver.Session

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

  9. ParMakeSemaphore :: FilePath -> ParMakeCount

    ghc GHC.Driver.Session

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

  10. ParMakeThisMany :: Int -> ParMakeCount

    ghc GHC.Driver.Session

    Use this many processors (-jn flag).

Page 124 of many | Previous | Next