Documentation
Lean.Elab.Print
Google site search
Lean.Elab.Print
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.
source
structure
Lean.Elab.Command.CollectAxioms.State
:
Type
visited :
Lean.NameSet
axioms :
Array
Lean.Name
Instances For
source
@[inline]
abbrev
Lean.Elab.Command.CollectAxioms.M
(α :
Type
)
:
Type
Equations
Lean.Elab.Command.CollectAxioms.M
=
ReaderT
Lean.Environment
(
StateM
Lean.Elab.Command.CollectAxioms.State
)
source
partial def
Lean.Elab.Command.CollectAxioms.collect
(c :
Lean.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.