Documentation
Lean
.
Util
.
CollectAxioms
Search
Google site search
return to top
source
Imports
Lean.MonadEnv
Lean.Util.FoldConsts
Imported by
Lean
.
CollectAxioms
.
State
Lean
.
CollectAxioms
.
M
Lean
.
CollectAxioms
.
collect
Lean
.
collectAxioms
source
structure
Lean
.
CollectAxioms
.
State
:
Type
visited :
Lean.NameSet
axioms :
Array
Lake.Name
Instances For
source
@[reducible, inline]
abbrev
Lean
.
CollectAxioms
.
M
(α :
Type
)
:
Type
Equations
Lean.CollectAxioms.M
=
ReaderT
Lean.Environment
(
StateM
Lean.CollectAxioms.State
)
Instances For
source
partial def
Lean
.
CollectAxioms
.
collect
(c :
Lake.Name
)
:
Lean.CollectAxioms.M
Unit
source
def
Lean
.
collectAxioms
{m :
Type
→
Type
}
[
Monad
m
]
[
Lean.MonadEnv
m
]
(constName :
Lake.Name
)
:
m
(
Array
Lake.Name
)
Equations
One or more equations did not get rendered due to their size.
Instances For