doc(export_format): minor fixes
This commit is contained in:
parent
e6fd644526
commit
c6726d22ec
1 changed files with 3 additions and 3 deletions
|
@ -199,10 +199,10 @@ Inductive definitions
|
||||||
|
|
||||||
Inductive datatype declarations have the following form:
|
Inductive datatype declarations have the following form:
|
||||||
```
|
```
|
||||||
#IND <name:nidx> <numParams:integer> <lpNames:nidx>* | <type:eidx> <numIntroRules:integer>
|
#IND <numParams:integer> <lpNames:nidx>* | <indName:nidx> <indType:eidx> <numIntroRules:integer>
|
||||||
#IR <irName:nidx> <irType:eidx>
|
#INTRO <irName:nidx> <irType:eidx>
|
||||||
...
|
...
|
||||||
#IR <irName:nidx> <irType:eidx>
|
#INTRO <irName:nidx> <irType:eidx>
|
||||||
```
|
```
|
||||||
For example, the following inductive type declaration
|
For example, the following inductive type declaration
|
||||||
```lean
|
```lean
|
||||||
|
|
Loading…
Reference in a new issue