• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. module Distribution.Backpack.FullUnitId

    No documentation available.

  2. data FullUnitId

    Cabal Distribution.Backpack.FullUnitId

    No documentation available.

  3. FullUnitId :: ComponentId -> OpenModuleSubst -> FullUnitId

    Cabal Distribution.Backpack.FullUnitId

    No documentation available.

  4. expandOpenUnitId :: FullDb -> OpenUnitId -> FullUnitId

    Cabal Distribution.Backpack.FullUnitId

    No documentation available.

  5. expandUnitId :: FullDb -> DefUnitId -> FullUnitId

    Cabal Distribution.Backpack.FullUnitId

    No documentation available.

  6. lc_ann_id :: LinkedComponent -> AnnotatedId ComponentId

    Cabal Distribution.Backpack.LinkedComponent

    Uniquely identifies linked component

  7. lc_cid :: LinkedComponent -> ComponentId

    Cabal Distribution.Backpack.LinkedComponent

    Uniquely identifies a LinkedComponent. Corresponds to cc_cid.

  8. lc_pkgid :: LinkedComponent -> PackageId

    Cabal Distribution.Backpack.LinkedComponent

    Corresponds to cc_pkgid.

  9. lc_uid :: LinkedComponent -> OpenUnitId

    Cabal Distribution.Backpack.LinkedComponent

    The OpenUnitId of this component in the "default" instantiation. See also lc_insts. LinkedComponents cannot be instantiated (e.g., there is no ModSubst instance for them).

  10. modShapeProvides :: ModuleShape -> OpenModuleSubst

    Cabal Distribution.Backpack.ModuleShape

    No documentation available.

Page 427 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete