Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc-lib-parser GHC.Driver.DynFlags No documentation available.
RtsOptsIgnoreAll :: RtsOptsEnabledghc-lib-parser GHC.Driver.DynFlags No documentation available.
callerCcFilters :: DynFlags -> [CallerCcFilter]ghc-lib-parser GHC.Driver.DynFlags No documentation available.
dylibInstallName :: DynFlags -> Maybe Stringghc-lib-parser GHC.Driver.DynFlags No documentation available.
maxInlineAllocSize :: DynFlags -> Intghc-lib-parser GHC.Driver.DynFlags Max size, in bytes, of inline array allocations.
wopt_set_all_custom :: DynFlags -> DynFlagsghc-lib-parser GHC.Driver.DynFlags Enable all custom warning categories.
wopt_set_all_fatal_custom :: DynFlags -> DynFlagsghc-lib-parser GHC.Driver.DynFlags Mark all custom warning categories as fatal (do not set the flags).
wopt_unset_all_custom :: DynFlags -> DynFlagsghc-lib-parser GHC.Driver.DynFlags Disable all custom warning categories.
wopt_unset_all_fatal_custom :: DynFlags -> DynFlagsghc-lib-parser GHC.Driver.DynFlags Mark all custom warning categories as non-fatal.
hptAllInstances :: HscEnv -> (InstEnv, [FamInst])ghc-lib-parser GHC.Driver.Env Find all the instance declarations (of classes and families) from the Home Package Table filtered by the provided predicate function. Used in tcRnImports, to select the instances that are in the transitive closure of imports from the currently compiled module.