Documentation

Lean.Meta.Tactic.Delta

def Lean.Meta.delta? (e : Expr) (p : NameBool := fun (x : Name) => true) :
Equations
    Instances For

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

      Equations
        Instances For

          Delta expand declarations that satisfy p at mvarId type.

          Equations
            Instances For
              def Lean.MVarId.deltaLocalDecl (mvarId : MVarId) (fvarId : FVarId) (p : NameBool) :

              Delta expand declarations that satisfy p at fvarId type.

              Equations
                Instances For