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. implicitRequirementsShallow :: HscEnv -> [(PkgQual, Located ModuleName)] -> IO ([ModuleName], [InstantiatedUnit])

    ghc GHC.Driver.Make

    Like implicitRequirements', but returns either the module name, if it is a free hole, or the instantiated unit the imported module is from, so that that instantiated unit can be processed and via the batch mod graph (rather than a transitive closure done here) all the free holes are still reachable.

  2. installCoreToDos :: Plugin -> CorePlugin

    ghc GHC.Driver.Plugins

    Modify the Core pipeline that will be used for compilation. This is called as the Core pipeline is built for every module being compiled, and plugins get the opportunity to modify the pipeline in a nondeterministic order.

  3. Opt_CallArity :: GeneralFlag

    ghc GHC.Driver.Session

    No documentation available.

  4. Opt_D_dump_asm_regalloc :: DumpFlag

    ghc GHC.Driver.Session

    No documentation available.

  5. Opt_D_dump_asm_regalloc_stages :: DumpFlag

    ghc GHC.Driver.Session

    No documentation available.

  6. Opt_D_dump_call_arity :: DumpFlag

    ghc GHC.Driver.Session

    No documentation available.

  7. Opt_DistrustAllPackages :: GeneralFlag

    ghc GHC.Driver.Session

    No documentation available.

  8. Opt_ExposeAllUnfoldings :: GeneralFlag

    ghc GHC.Driver.Session

    No documentation available.

  9. Opt_FastPAPCalls :: GeneralFlag

    ghc GHC.Driver.Session

    No documentation available.

  10. Opt_HideAllPackages :: GeneralFlag

    ghc GHC.Driver.Session

    No documentation available.

Page 278 of many | Previous | Next