@@ -20,13 +20,13 @@ hol2dk options command arguments
2020Options
2121-------
2222
23- --root-path MODNAME: set lambdapi and coq's root_path (default is HOLLight)
23+ --root-path MODNAME: set lambdapi and coq's root_path (default to HOLLight)
2424
2525--max-dup INT: maximum number of theorem duplications
2626
27- --max-proof-size INT: maximum size of proof files (default is 500_000)
27+ --max-proof-size INT: maximum size of proof files (default to 500_000)
2828
29- --max-abbrev-size INT: maximum size of term abbreviation files (default is 2_000_000)
29+ --max-abbrev-size INT: maximum size of term abbreviation files (default to 2_000_000)
3030
3131--use-sharing: define term abbreviations using let's
3232
@@ -95,9 +95,9 @@ hol2dk split $base
9595
9696hol2dk unsplit $base $module ...
9797 for each file $module, generate the files $module.sti, $module.pos,
98- $module.use and $module.nbp for all the theorems $thm proved in
99- $HOLLIGHT_DIR/$module.ml, remove all the files $thm.sti,
100- $thm.pos, $thm.use and $thm. nbp, and update $base.thm
98+ $module.use, $module.nbp and, for each theorem $thm proved in
99+ $HOLLIGHT_DIR/$module.ml, remove the files $thm.sti, $thm.pos, $thm.use and
100+ $thm.nbp, and update $base.thp
101101
102102hol2dk theorem $base $thm.lp
103103 generate the lp proof of the theorem $thm
0 commit comments