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. unitId :: GenericUnitInfo srcpkgid srcpkgname uid modulename mod -> uid

    ghc GHC.Unit.Info

    Unique unit identifier that is used during compilation (e.g. to generate symbols).

  2. unitPackageId :: GenericUnitInfo srcpkgid srcpkgname uid modulename mod -> srcpkgid

    ghc GHC.Unit.Info

    Source package identifier. Cabal instantiates this with Distribution.Types.PackageId.PackageId type which only contains the source package name and version. Notice that it doesn't contain the Hackage revision, nor any kind of hash.

  3. unitPackageIdString :: GenUnitInfo u -> String

    ghc GHC.Unit.Info

    No documentation available.

  4. usg_unit_id :: Usage -> UnitId

    ghc GHC.Unit.Module.Deps

    UnitId of the HomeUnit the module is from

  5. usg_unit_id :: Usage -> UnitId

    ghc GHC.Unit.Module.Deps

    UnitId of the HomeUnit the module is from

  6. data ModNodeKeyWithUid

    ghc GHC.Unit.Module.Graph

    No documentation available.

  7. ModNodeKeyWithUid :: ModuleNameWithIsBoot -> UnitId -> ModNodeKeyWithUid

    ghc GHC.Unit.Module.Graph

    No documentation available.

  8. mnkUnitId :: ModNodeKeyWithUid -> !UnitId

    ghc GHC.Unit.Module.Graph

    No documentation available.

  9. moduleGraphNodeUnitId :: ModuleGraphNode -> UnitId

    ghc GHC.Unit.Module.Graph

    No documentation available.

  10. nodeKeyUnitId :: NodeKey -> UnitId

    ghc GHC.Unit.Module.Graph

    No documentation available.

Page 585 of many | Previous | Next