Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
imv_is_hiding :: ImportedModsVal -> Boolghc GHC.Unit.Module.Imported whether this is an "hiding" import
ms_unitid :: ModSummary -> UnitIdghc GHC.Unit.Module.ModSummary No documentation available.
validWarningCategory :: WarningCategory -> Boolghc GHC.Unit.Module.Warnings Is this warning category allowed to appear in user-defined WARNING pragmas? It must either be the known category deprecations, or be a custom category that begins with x- and contains only valid characters (letters, numbers, apostrophes and dashes).
-
ghc GHC.Unit.Parser No documentation available.
unitPprId :: UnitPprInfo -> FastStringghc GHC.Unit.Ppr Identifier
LookupHidden :: [(Module, ModuleOrigin)] -> [(Module, ModuleOrigin)] -> LookupResultghc GHC.Unit.State No modules found, but there were some hidden ones with an exact name match. First is due to package hidden, second is due to module being hidden
-
ghc GHC.Unit.State Module is hidden, and thus never will be available for import. (But maybe the user didn't realize), so we'll still keep track of these modules.)
SuggestHidden :: ModuleName -> Module -> ModuleOrigin -> ModuleSuggestionghc GHC.Unit.State No documentation available.
fromHiddenReexport :: ModuleOrigin -> [UnitInfo]ghc GHC.Unit.State Is the module available from a reexport of a hidden package?
lookupUnitId :: UnitState -> UnitId -> Maybe UnitInfoghc GHC.Unit.State Find the unit we know about with the given unit id, if any