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.
Opt_D_dump_cmm_procmap :: DumpFlagghc GHC.Driver.Session No documentation available.
Opt_D_dump_mod_map :: DumpFlagghc GHC.Driver.Session No documentation available.
Opt_FamAppCache :: GeneralFlagghc GHC.Driver.Session No documentation available.
Opt_InfoTableMap :: GeneralFlagghc GHC.Driver.Session No documentation available.
Opt_InfoTableMapWithFallback :: GeneralFlagghc GHC.Driver.Session No documentation available.
Opt_InfoTableMapWithStack :: GeneralFlagghc GHC.Driver.Session No documentation available.
ParMakeSemaphore :: FilePath -> ParMakeCountghc GHC.Driver.Session Use the specific semaphore sem to control parallelism (-jsem sem flag).
-
ghc GHC.HsToCore.Docs Create decl and arg doc-maps by looping through the declarations. For each declaration, find its names, its subordinates, and its doc strings.
unionArgMaps :: UniqMap Name (IntMap b) -> UniqMap Name (IntMap b) -> UniqMap Name (IntMap b)ghc GHC.HsToCore.Docs Unions together two ArgDocMaps (or ArgMaps in haddock-api), such that two maps with values for the same key merge the inner map as well. Left biased so unionArgMaps a b prefers a over b.
bin_symtab_map :: BinSymbolTable -> !IORef (UniqFM Name (Int, Name))ghc GHC.Iface.Binary No documentation available.