Documentation

Lean.Meta.Tactic.Delta

def Lean.Meta.delta? (e : Expr) (p : NameBool := fun (x : Name) => true) :
Equations
  • One or more equations did not get rendered due to their size.

Low-level delta expansion. It is used to implement equation lemmas and elimination principles for recursive definitions.

Equations
  • One or more equations did not get rendered due to their size.

Delta expand declarations that satisfy p at mvarId type.

Equations
  • One or more equations did not get rendered due to their size.
def Lean.MVarId.deltaLocalDecl (mvarId : MVarId) (fvarId : FVarId) (p : NameBool) :

Delta expand declarations that satisfy p at fvarId type.

Equations
  • One or more equations did not get rendered due to their size.