Documentation
Lean
.
Meta
.
Sym
.
Simp
.
Debug
Search
return to top
source
Imports
Lean.Meta.AppBuilder
Lean.Meta.Sym.Util
Lean.Meta.Tactic.Util
Lean.Meta.Sym.Simp.Discharger
Lean.Meta.Sym.Simp.Goal
Lean.Meta.Sym.Simp.Rewrite
Lean.Meta.Sym.Simp.SimpM
Lean.Meta.Sym.Simp.Theorems
Imported by
Lean
.
Meta
.
Sym
.
mkSimprocFor
Lean
.
Meta
.
Sym
.
mkMethods
Lean
.
Meta
.
Sym
.
simpGoalUsing
Helper functions for debugging purposes and creating tests.
source
def
Lean
.
Meta
.
Sym
.
mkSimprocFor
(
declNames
:
Array
Name
)
(
d
:
Simp.Discharger
:=
Simp.dischargeNone
)
:
MetaM
Simp.Simproc
Equations
Instances For
source
def
Lean
.
Meta
.
Sym
.
mkMethods
(
declNames
:
Array
Name
)
:
MetaM
Simp.Methods
Equations
Instances For
source
def
Lean
.
Meta
.
Sym
.
simpGoalUsing
(
declNames
:
Array
Name
)
(
mvarId
:
MVarId
)
:
MetaM
(
Option
MVarId
)
Equations
Instances For