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. lookupInstalledModuleEnv :: InstalledModuleEnv a -> InstalledModule -> Maybe a

    ghc-lib-parser GHC.Unit.Module.Env

    No documentation available.

  2. lookupInstalledModuleWithIsBootEnv :: InstalledModuleWithIsBootEnv a -> InstalledModuleWithIsBoot -> Maybe a

    ghc-lib-parser GHC.Unit.Module.Env

    No documentation available.

  3. mergeInstalledModuleEnv :: (elta -> eltb -> Maybe eltc) -> (InstalledModuleEnv elta -> InstalledModuleEnv eltc) -> (InstalledModuleEnv eltb -> InstalledModuleEnv eltc) -> InstalledModuleEnv elta -> InstalledModuleEnv eltb -> InstalledModuleEnv eltc

    ghc-lib-parser GHC.Unit.Module.Env

    No documentation available.

  4. mergeInstalledModuleWithIsBootEnv :: (elta -> eltb -> Maybe eltc) -> (InstalledModuleWithIsBootEnv elta -> InstalledModuleWithIsBootEnv eltc) -> (InstalledModuleWithIsBootEnv eltb -> InstalledModuleWithIsBootEnv eltc) -> InstalledModuleWithIsBootEnv elta -> InstalledModuleWithIsBootEnv eltb -> InstalledModuleWithIsBootEnv eltc

    ghc-lib-parser GHC.Unit.Module.Env

    No documentation available.

  5. plusInstalledModuleEnv :: (elt -> elt -> elt) -> InstalledModuleEnv elt -> InstalledModuleEnv elt -> InstalledModuleEnv elt

    ghc-lib-parser GHC.Unit.Module.Env

    No documentation available.

  6. plusInstalledModuleWithIsBootEnv :: (elt -> elt -> elt) -> InstalledModuleWithIsBootEnv elt -> InstalledModuleWithIsBootEnv elt -> InstalledModuleWithIsBootEnv elt

    ghc-lib-parser GHC.Unit.Module.Env

    No documentation available.

  7. imv_all_exports :: ImportedModsVal -> !GlobalRdrEnv

    ghc-lib-parser GHC.Unit.Module.Imported

    all the things the module could provide. NB. BangPattern here: otherwise this leaks. (#15111)

  8. ms_installed_mod :: ModSummary -> InstalledModule

    ghc-lib-parser GHC.Unit.Module.ModSummary

    No documentation available.

  9. WarnAll :: WarningTxt pass -> Warnings pass

    ghc-lib-parser GHC.Unit.Module.Warnings

    Whole module deprecated

  10. lookupModuleInAllUnits :: UnitState -> ModuleName -> [(Module, UnitInfo)]

    ghc-lib-parser GHC.Unit.State

    Takes a ModuleName, and if the module is in any package returns list of modules which take that name.

Page 612 of many | Previous | Next