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. installedModuleEnvElts :: InstalledModuleEnv a -> [(InstalledModule, a)]

    ghc GHC.Unit.Module.Env

    No documentation available.

  2. lookupInstalledModuleEnv :: InstalledModuleEnv a -> InstalledModule -> Maybe a

    ghc 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 GHC.Unit.Module.Env

    No documentation available.

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

    ghc GHC.Unit.Module.Env

    No documentation available.

  5. imv_all_exports :: ImportedModsVal -> !GlobalRdrEnv

    ghc GHC.Unit.Module.Imported

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

  6. ms_installed_mod :: ModSummary -> InstalledModule

    ghc GHC.Unit.Module.ModSummary

    No documentation available.

  7. WarnAll :: WarningTxt pass -> Warnings pass

    ghc GHC.Unit.Module.Warnings

    Whole module deprecated

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

    ghc GHC.Unit.State

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

  9. type InstalledModule = GenModule UnitId

    ghc GHC.Unit.Types

    A InstalledModule is a Module whose unit is identified with an UnitId.

  10. data ErrorCall

    ghc GHC.Utils.Exception

    No documentation available.

Page 326 of many | Previous | Next