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.

  1. imv_is_hiding :: ImportedModsVal -> Bool

    ghc GHC.Unit.Module.Imported

    whether this is an "hiding" import

  2. ms_unitid :: ModSummary -> UnitId

    ghc GHC.Unit.Module.ModSummary

    No documentation available.

  3. validWarningCategory :: WarningCategory -> Bool

    ghc 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).

  4. parseUnitId :: ReadP UnitId

    ghc GHC.Unit.Parser

    No documentation available.

  5. unitPprId :: UnitPprInfo -> FastString

    ghc GHC.Unit.Ppr

    Identifier

  6. LookupHidden :: [(Module, ModuleOrigin)] -> [(Module, ModuleOrigin)] -> LookupResult

    ghc 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

  7. ModHidden :: ModuleOrigin

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

  8. SuggestHidden :: ModuleName -> Module -> ModuleOrigin -> ModuleSuggestion

    ghc GHC.Unit.State

    No documentation available.

  9. fromHiddenReexport :: ModuleOrigin -> [UnitInfo]

    ghc GHC.Unit.State

    Is the module available from a reexport of a hidden package?

  10. lookupUnitId :: UnitState -> UnitId -> Maybe UnitInfo

    ghc GHC.Unit.State

    Find the unit we know about with the given unit id, if any

Page 586 of many | Previous | Next