Documentation
Lean
.
Meta
.
MethodSpecs
Search
return to top
source
Imports
Lean.Meta.Tactic.Simp.Main
Lean.Meta.Tactic.Simp.SimpTheorems
Imported by
Lean
.
MethodSpecsAttrData
Lean
.
instInhabitedMethodSpecsAttrData
Lean
.
instInhabitedMethodSpecsAttrData
.
default
Lean
.
getMethodSpecTheorem
Lean
.
getMethodSpecTheorems
source
structure
Lean
.
MethodSpecsAttrData
:
Type
clsName :
Name
privateSpecs :
Bool
Whether the specs should be public or private
Instances For
source
instance
Lean
.
instInhabitedMethodSpecsAttrData
:
Inhabited
MethodSpecsAttrData
Equations
Lean.instInhabitedMethodSpecsAttrData
=
{
default
:=
Lean.instInhabitedMethodSpecsAttrData.default
}
source
def
Lean
.
instInhabitedMethodSpecsAttrData
.
default
:
MethodSpecsAttrData
Equations
Lean.instInhabitedMethodSpecsAttrData.default
=
{
clsName
:=
default
,
privateSpecs
:=
default
}
Instances For
source
def
Lean
.
getMethodSpecTheorem
(
instName
:
Name
)
(
op
:
String
)
:
MetaM
(
Option
Name
)
Equations
One or more equations did not get rendered due to their size.
Instances For
source
def
Lean
.
getMethodSpecTheorems
(
instName
:
Name
)
(
op
:
String
)
:
MetaM
(
Option
(
Array
Name
)
)
Equations
One or more equations did not get rendered due to their size.
Instances For