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.
isHomeInstalledModule :: GenHomeUnit u -> InstalledModule -> Boolghc GHC.Unit.Home Test if the module comes from the home unit
mkHomeInstalledModule :: GenHomeUnit u -> ModuleName -> InstalledModuleghc GHC.Unit.Home Make a module in home unit
notHomeInstalledModule :: GenHomeUnit u -> InstalledModule -> Boolghc GHC.Unit.Home Test if a module doesn't come from the given home unit
notHomeInstalledModuleMaybe :: Maybe (GenHomeUnit u) -> InstalledModule -> Boolghc GHC.Unit.Home Test if a module doesn't come from the given home unit
installedModuleEq :: InstalledModule -> Module -> Boolghc GHC.Unit.Module Test if a Module corresponds to a given InstalledModule, modulo instantiation.
-
ghc GHC.Unit.Module.Env A map keyed off of InstalledModule
delInstalledModuleEnv :: InstalledModuleEnv a -> InstalledModule -> InstalledModuleEnv aghc GHC.Unit.Module.Env No documentation available.
emptyInstalledModuleEnv :: InstalledModuleEnv aghc GHC.Unit.Module.Env No documentation available.
extendInstalledModuleEnv :: InstalledModuleEnv a -> InstalledModule -> a -> InstalledModuleEnv aghc GHC.Unit.Module.Env No documentation available.
-
ghc GHC.Unit.Module.Env No documentation available.