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.
Instances For

    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.
    Instances For

      Delta expand declarations that satisfy p at mvarId type.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        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.
        Instances For