Documentation
Lean
.
Meta
.
MethodSpecs
Search
return to top
source
Imports
Lean.Structure
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
source
def
Lean
.
instInhabitedMethodSpecsAttrData
.
default
:
MethodSpecsAttrData
Equations
Instances For
source
def
Lean
.
getMethodSpecTheorem
(
instName
:
Name
)
(
op
:
String
)
:
MetaM
(
Option
Name
)
Equations
Instances For
source
def
Lean
.
getMethodSpecTheorems
(
instName
:
Name
)
(
op
:
String
)
:
MetaM
(
Option
(
Array
Name
)
)
Equations
Instances For