Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. lookupHptDirectly :: HomePackageTable -> Unique -> Maybe HomeModInfo

    ghc-lib-parser GHC.Unit.Home.ModInfo

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

  4. lookupModuleEnv :: ModuleEnv a -> Module -> Maybe a

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

    No documentation available.

  5. lookupWithDefaultModuleEnv :: ModuleEnv a -> a -> Module -> a

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

    No documentation available.

  6. 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.

  7. lookupModulePackage :: UnitState -> ModuleName -> PkgQual -> Maybe [UnitInfo]

    ghc-lib-parser GHC.Unit.State

    The package which the module **appears** to come from, this could be the one which reexports the module from it's original package. This function is currently only used for -Wunused-packages

  8. lookupModuleWithSuggestions :: UnitState -> ModuleName -> PkgQual -> LookupResult

    ghc-lib-parser GHC.Unit.State

    No documentation available.

  9. lookupPackageName :: UnitState -> PackageName -> Maybe UnitId

    ghc-lib-parser GHC.Unit.State

    Find the unit we know about with the given package name (e.g. foo), if any (NB: there might be a locally defined unit name which overrides this) This function is unsafe to use in general because it doesn't respect package visibility.

  10. lookupPluginModuleWithSuggestions :: UnitState -> ModuleName -> PkgQual -> LookupResult

    ghc-lib-parser GHC.Unit.State

    No documentation available.

Page 93 of many | Previous | Next