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.
getAllCAFsCC :: Module -> (CostCentre, CostCentreStack)ghc-lib-parser GHC.Types.CostCentre No documentation available.
mkAllCafsCC :: Module -> SrcSpan -> CostCentreghc-lib-parser GHC.Types.CostCentre No documentation available.
mkCallerCCFlavour :: CostCentreIndex -> CCFlavourghc-lib-parser GHC.Types.CostCentre No documentation available.
callCards :: SubDemand -> [Card]ghc-lib-parser GHC.Types.Demand See Note [Computing one-shot info]
mkCalledOnceDmd :: SubDemand -> SubDemandghc-lib-parser GHC.Types.Demand Wraps the SubDemand with a one-shot call demand: d -> C(1,d).
mkCalledOnceDmds :: Arity -> SubDemand -> SubDemandghc-lib-parser GHC.Types.Demand mkCalledOnceDmds n d returns C(1,C1...C(1,d)) where there are n C1's.
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.
peelManyCalls :: Arity -> SubDemand -> (Card, SubDemand)ghc-lib-parser GHC.Types.Demand No documentation available.
strictCallArity :: SubDemand -> Arityghc-lib-parser GHC.Types.Demand No documentation available.
-
No documentation available.