Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. data TailCallInfo

    ghc GHC.Types.Basic

    No documentation available.

  2. isAlwaysTailCalled :: OccInfo -> Bool

    ghc GHC.Types.Basic

    No documentation available.

  3. tailCallInfo :: OccInfo -> TailCallInfo

    ghc GHC.Types.Basic

    No documentation available.

  4. zapOccTailCallInfo :: OccInfo -> OccInfo

    ghc GHC.Types.Basic

    No documentation available.

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

    ghc GHC.Types.CostCentre

    No documentation available.

  6. mkCallerCCFlavour :: CostCentreIndex -> CCFlavour

    ghc GHC.Types.CostCentre

    No documentation available.

  7. callCards :: SubDemand -> [Card]

    ghc GHC.Types.Demand

    See Note [Computing one-shot info]

  8. mkCalledOnceDmd :: SubDemand -> SubDemand

    ghc GHC.Types.Demand

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

  9. mkCalledOnceDmds :: Arity -> SubDemand -> SubDemand

    ghc GHC.Types.Demand

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

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

    ghc GHC.Types.Demand

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

Page 316 of many | Previous | Next