Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. wopt_set_all_custom :: DynFlags -> DynFlags

    ghc GHC.Driver.DynFlags

    Enable all custom warning categories.

  2. wopt_set_all_fatal_custom :: DynFlags -> DynFlags

    ghc GHC.Driver.DynFlags

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

  3. wopt_unset_all_custom :: DynFlags -> DynFlags

    ghc GHC.Driver.DynFlags

    Disable all custom warning categories.

  4. wopt_unset_all_fatal_custom :: DynFlags -> DynFlags

    ghc GHC.Driver.DynFlags

    Mark all custom warning categories as non-fatal.

  5. hptAllInstances :: HscEnv -> (InstEnv, [FamInst])

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

  6. hptAllThings :: (HomeModInfo -> [a]) -> HscEnv -> [a]

    ghc GHC.Driver.Env

    No documentation available.

  7. hsc_all_home_unit_ids :: HscEnv -> Set UnitId

    ghc GHC.Driver.Env

    No documentation available.

  8. Opt_CallArity :: GeneralFlag

    ghc GHC.Driver.Flags

    No documentation available.

  9. Opt_D_dump_asm_regalloc :: DumpFlag

    ghc GHC.Driver.Flags

    No documentation available.

  10. Opt_D_dump_asm_regalloc_stages :: DumpFlag

    ghc GHC.Driver.Flags

    No documentation available.

Page 275 of many | Previous | Next