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.

  1. RtsOptsAll :: RtsOptsEnabled

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  2. RtsOptsIgnoreAll :: RtsOptsEnabled

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  3. callerCcFilters :: DynFlags -> [CallerCcFilter]

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  4. dylibInstallName :: DynFlags -> Maybe String

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  5. maxInlineAllocSize :: DynFlags -> Int

    ghc-lib-parser GHC.Driver.DynFlags

    Max size, in bytes, of inline array allocations.

  6. wopt_set_all_custom :: DynFlags -> DynFlags

    ghc-lib-parser GHC.Driver.DynFlags

    Enable all custom warning categories.

  7. wopt_set_all_fatal_custom :: DynFlags -> DynFlags

    ghc-lib-parser GHC.Driver.DynFlags

    Mark all custom warning categories as fatal (do not set the flags).

  8. wopt_unset_all_custom :: DynFlags -> DynFlags

    ghc-lib-parser GHC.Driver.DynFlags

    Disable all custom warning categories.

  9. wopt_unset_all_fatal_custom :: DynFlags -> DynFlags

    ghc-lib-parser GHC.Driver.DynFlags

    Mark all custom warning categories as non-fatal.

  10. 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.

Page 571 of many | Previous | Next