Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. module GHC.Types.PkgQual

    No documentation available.

  2. data PkgQual

    ghc GHC.Types.PkgQual

    Package-qualifier after renaming Renaming detects if "this" or the unit-id of the home-unit was used as a package qualifier.

  3. module GHC.Types.ProfAuto

    No documentation available.

  4. data ProfAuto

    ghc GHC.Types.ProfAuto

    What kind of {-# SCC #-} to add automatically

  5. ProfAutoAll :: ProfAuto

    ghc GHC.Types.ProfAuto

    top-level and nested functions are annotated

  6. ProfAutoCalls :: ProfAuto

    ghc GHC.Types.ProfAuto

    annotate call-sites

  7. ProfAutoExports :: ProfAuto

    ghc GHC.Types.ProfAuto

    exported functions annotated only

  8. ProfAutoTop :: ProfAuto

    ghc GHC.Types.ProfAuto

    top-level functions annotated only

  9. data PrimRep

    ghc GHC.Types.RepType

    A PrimRep is an abstraction of a non-void type. (Use PrimRepOrVoidRep if you want void types too.) It contains information that the code generator needs in order to pass arguments, return results, and store values of this type. See also Note [RuntimeRep and PrimRep] in GHC.Types.RepType and Note [VoidRep] in GHC.Types.RepType.

  10. PtrLiftedSlot :: SlotTy

    ghc GHC.Types.RepType

    No documentation available.

Page 166 of many | Previous | Next