- isLocal : Bool
- params : Array Lean.Compiler.LCNF.Param
Value (lambda expression) of the function to be inlined.
value : Lean.Compiler.LCNF.Code- f : Lean.Expr
ifReduce = trueif the declaration being inlined was tagged withinlineIfReduce.ifReduce : Boolrecursive = trueif the declaration being inline is in a mutually recursive block.recursive : Bool
Result of inlineCandidate?.
It contains information for inlining local and global functions.
Instances For
The arity (aka number of parameters) of the function to be inlined.
Equations
- One or more equations did not get rendered due to their size.
Return some info if e should be inlined.
Equations
- One or more equations did not get rendered due to their size.