Documentation
Lean
.
Meta
.
Sym
.
Simp
.
Rewrite
Search
return to top
source
Imports
Lean.Meta.Sym.InstantiateMVarsS
Lean.Meta.Sym.InstantiateS
Lean.Meta.Sym.Simp.App
Lean.Meta.Sym.Simp.Discharger
Lean.Meta.Sym.Simp.DiscrTree
Lean.Meta.Sym.Simp.SimpM
Lean.Meta.Sym.Simp.Simproc
Lean.Meta.Sym.Simp.Theorems
Imported by
Lean
.
Meta
.
Sym
.
Simp
.
Theorem
.
rewrite
Lean
.
Meta
.
Sym
.
Simp
.
Theorems
.
rewrite
source
def
Lean
.
Meta
.
Sym
.
Simp
.
Theorem
.
rewrite
(
thm
:
Theorem
)
(
e
:
Expr
)
(
d
:
Discharger
:=
dischargeNone
)
:
SimpM
Result
Tries to rewrite
e
using the given theorem.
Equations
Instances For
source
def
Lean
.
Meta
.
Sym
.
Simp
.
Theorems
.
rewrite
(
thms
:
Theorems
)
(
d
:
Discharger
:=
dischargeNone
)
:
Simproc
Equations
Instances For