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