ghc-9.8.2: The GHC API
Safe HaskellNone
LanguageHaskell2010

GHC.Core.Opt.Simplify.Inline

Synopsis

Cheap and cheerful inlining checks.

The smart inlining decisions are made by callSiteInline

data CallCtxt Source #

Instances

Instances details
Outputable CallCtxt Source # 
Instance details

Defined in GHC.Core.Unfold

Methods

ppr :: CallCtxt -> SDoc Source #