-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Output modern HOL4 syntax, fix up builds of HOL4 examples (#114)
* convert ottScript.sml to modern HOL4 * modernize ottLib and add Holmakefile with basic test * output HOL4 Inductive syntax for trindemossen-1 and later * output HOL4 Type abbrevation syntax for kananaskis-14 and later * adjust HOL4 newlines to be similar to Coq output * make HOL4 rule label names follow Coq naming conventions * fix up hol-def and coq-def build of ocaml_light example * simplify ocaml_light Makefile, fix some hol theories for trindemossen-1 * fix up test10st_metatheoryScript.sml for trindemossen-1 * fix up leroy-jfp96.ott to check in HOL4 trindemossen-1 * make ocaml_light basicScript.sml compile with trindemossen-1 * update documentation for trindemossen-1 related changes
- Loading branch information
Showing
24 changed files
with
446 additions
and
335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
OTTDIR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
INCLUDES = $(OTTDIR)/hol | ||
|
||
all: $(DEFAULT_TARGETS) | ||
.PHONY: all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.HOLMK | ||
.hollogs | ||
.holobjs | ||
*Theory.sig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
INCLUDES = $(OTTDIR)/hol $(OTTDIR)/examples/ocaml_light | ||
|
||
all: $(DEFAULT_TARGETS) | ||
.PHONY: all |
Oops, something went wrong.