Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. getAllCAFsCC :: Module -> (CostCentre, CostCentreStack)

    ghc-lib-parser GHC.Types.CostCentre

    No documentation available.

  2. mkAllCafsCC :: Module -> SrcSpan -> CostCentre

    ghc-lib-parser GHC.Types.CostCentre

    No documentation available.

  3. mkCallerCCFlavour :: CostCentreIndex -> CCFlavour

    ghc-lib-parser GHC.Types.CostCentre

    No documentation available.

  4. callCards :: SubDemand -> [Card]

    ghc-lib-parser GHC.Types.Demand

    See Note [Computing one-shot info]

  5. mkCalledOnceDmd :: SubDemand -> SubDemand

    ghc-lib-parser GHC.Types.Demand

    Wraps the SubDemand with a one-shot call demand: d -> C(1,d).

  6. mkCalledOnceDmds :: Arity -> SubDemand -> SubDemand

    ghc-lib-parser GHC.Types.Demand

    mkCalledOnceDmds n d returns C(1,C1...C(1,d)) where there are n C1's.

  7. peelCallDmd :: SubDemand -> (Card, SubDemand)

    ghc-lib-parser GHC.Types.Demand

    Peels one call level from the sub-demand, and also returns how many times we entered the lambda body.

  8. peelManyCalls :: Arity -> SubDemand -> (Card, SubDemand)

    ghc-lib-parser GHC.Types.Demand

    No documentation available.

  9. strictCallArity :: SubDemand -> Arity

    ghc-lib-parser GHC.Types.Demand

    No documentation available.

  10. module GHC.Types.ForeignCall

    No documentation available.

Page 602 of many | Previous | Next