Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. data ProfAuto

    ghc GHC.Types.ProfAuto

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

  2. ProfAutoAll :: ProfAuto

    ghc GHC.Types.ProfAuto

    top-level and nested functions are annotated

  3. ProfAutoCalls :: ProfAuto

    ghc GHC.Types.ProfAuto

    annotate call-sites

  4. ProfAutoExports :: ProfAuto

    ghc GHC.Types.ProfAuto

    exported functions annotated only

  5. ProfAutoTop :: ProfAuto

    ghc GHC.Types.ProfAuto

    top-level functions annotated only

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

  7. PtrLiftedSlot :: SlotTy

    ghc GHC.Types.RepType

    No documentation available.

  8. PtrUnliftedSlot :: SlotTy

    ghc GHC.Types.RepType

    No documentation available.

  9. data PsLoc

    ghc GHC.Types.SrcLoc

    A location as produced by the parser. Consists of two components:

    • The location in the file, adjusted for #line and {-# LINE ... #-} pragmas (RealSrcLoc)
    • The location in the string buffer (BufPos) with monotonicity guarantees (see #17632)

  10. PsLoc :: RealSrcLoc -> BufPos -> PsLoc

    ghc GHC.Types.SrcLoc

    No documentation available.

Page 166 of many | Previous | Next