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.
-
Printing related functions that depend on session state (DynFlags)
-
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.
PackageArg :: String -> PackageArgghc GHC.Driver.Session -package, by PackageName
PackageDB :: PkgDbRef -> PackageDBFlagghc GHC.Driver.Session No documentation available.
-
ghc GHC.Driver.Session No documentation available.
-
ghc GHC.Driver.Session Flags for manipulating packages visibility.
-
ghc GHC.Driver.Session The type for the -jN argument, specifying that -j on its own represents using the number of machine processors.
ParMakeNumProcessors :: ParMakeCountghc GHC.Driver.Session Use parallelism with as many processors as possible (-j flag without an argument).
ParMakeSemaphore :: FilePath -> ParMakeCountghc GHC.Driver.Session Use the specific semaphore sem to control parallelism (-jsem sem flag).
ParMakeThisMany :: Int -> ParMakeCountghc GHC.Driver.Session Use this many processors (-jn flag).