Documentation
Lean
.
Elab
.
Inductive
Search
return to top
source
Imports
Lean.Elab.MutualInductive
Lean.Linter.Basic
Imported by
Lean
.
Elab
.
Command
.
mkInductiveElabDescr
Lean
.
Elab
.
Command
.
elabInductiveCommand
Lean
.
Elab
.
Command
.
elabCoinductiveCommand
source
def
Lean
.
Elab
.
Command
.
mkInductiveElabDescr
(
isCoinductive
:
Bool
:=
false
)
:
InductiveElabDescr
Equations
One or more equations did not get rendered due to their size.
Instances For
source
def
Lean
.
Elab
.
Command
.
elabInductiveCommand
:
InductiveElabDescr
Equations
Lean.Elab.Command.elabInductiveCommand
=
Lean.Elab.Command.mkInductiveElabDescr
Instances For
source
def
Lean
.
Elab
.
Command
.
elabCoinductiveCommand
:
InductiveElabDescr
Equations
Lean.Elab.Command.elabCoinductiveCommand
=
Lean.Elab.Command.mkInductiveElabDescr
true
Instances For