- eNew : Lean.Expr
- eqProof : Lean.Expr
- mvarIds : List Lean.MVarId
Instances For
def
Lean.MVarId.rewrite
(mvarId : Lean.MVarId)
(e : Lean.Expr)
(heq : Lean.Expr)
(symm : optParam Bool false)
(config : optParam Lean.Meta.Rewrite.Config
{ transparency := Lean.Meta.TransparencyMode.reducible, offsetCnstrs := true, occs := Lean.Meta.Occurrences.all })
:
Rewrite goal mvarId
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[deprecated Lean.MVarId.rewrite]
def
Lean.Meta.rewrite
(mvarId : Lean.MVarId)
(e : Lean.Expr)
(heq : Lean.Expr)
(symm : optParam Bool false)
(config : optParam Lean.Meta.Rewrite.Config
{ transparency := Lean.Meta.TransparencyMode.reducible, offsetCnstrs := true, occs := Lean.Meta.Occurrences.all })
:
Equations
- Lean.Meta.rewrite mvarId e heq symm config = Lean.MVarId.rewrite mvarId e heq symm config