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. InstalledFound :: ModLocation -> InstalledModule -> InstalledFindResult

    ghc-lib-parser GHC.Unit.Finder.Types

    No documentation available.

  2. InstalledNoPackage :: UnitId -> InstalledFindResult

    ghc-lib-parser GHC.Unit.Finder.Types

    No documentation available.

  3. InstalledNotFound :: [OsPath] -> Maybe UnitId -> InstalledFindResult

    ghc-lib-parser GHC.Unit.Finder.Types

    No documentation available.

  4. isHomeInstalledModule :: GenHomeUnit u -> InstalledModule -> Bool

    ghc-lib-parser GHC.Unit.Home

    Test if the module comes from the home unit

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

    ghc-lib-parser GHC.Unit.Home

    Make a module in home unit

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

    ghc-lib-parser GHC.Unit.Home

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

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

    ghc-lib-parser GHC.Unit.Home

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

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

    ghc-lib-parser GHC.Unit.Module

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

  9. data InstalledModuleEnv elt

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

    A map keyed off of InstalledModule

  10. data InstalledModuleWithIsBootEnv elt

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

    A map keyed off of InstalledModuleWithIsBoot

Page 610 of many | Previous | Next