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. isHomeInstalledModule :: GenHomeUnit u -> InstalledModule -> Bool

    ghc GHC.Unit.Home

    Test if the module comes from the home unit

  2. mkHomeInstalledModule :: GenHomeUnit u -> ModuleName -> InstalledModule

    ghc GHC.Unit.Home

    Make a module in home unit

  3. notHomeInstalledModule :: GenHomeUnit u -> InstalledModule -> Bool

    ghc GHC.Unit.Home

    Test if a module doesn't come from the given home unit

  4. notHomeInstalledModuleMaybe :: Maybe (GenHomeUnit u) -> InstalledModule -> Bool

    ghc GHC.Unit.Home

    Test if a module doesn't come from the given home unit

  5. installedModuleEq :: InstalledModule -> Module -> Bool

    ghc GHC.Unit.Module

    Test if a Module corresponds to a given InstalledModule, modulo instantiation.

  6. data InstalledModuleEnv elt

    ghc GHC.Unit.Module.Env

    A map keyed off of InstalledModule

  7. delInstalledModuleEnv :: InstalledModuleEnv a -> InstalledModule -> InstalledModuleEnv a

    ghc GHC.Unit.Module.Env

    No documentation available.

  8. emptyInstalledModuleEnv :: InstalledModuleEnv a

    ghc GHC.Unit.Module.Env

    No documentation available.

  9. extendInstalledModuleEnv :: InstalledModuleEnv a -> InstalledModule -> a -> InstalledModuleEnv a

    ghc GHC.Unit.Module.Env

    No documentation available.

  10. filterInstalledModuleEnv :: (InstalledModule -> a -> Bool) -> InstalledModuleEnv a -> InstalledModuleEnv a

    ghc GHC.Unit.Module.Env

    No documentation available.

Page 325 of many | Previous | Next