-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add-links/Makefile: add ROOT_PATH and ERASING arguments/variables (#141)
- main, xlp: add option --root-path to customize the lambdapi root_path, and allow more arguments for link - add-links: can now take two additional arguments: a coq root_path file and an erasing.lp file - Makefile: rename REQUIRE into ROOT_PATH to set the value of the ho2dk --root-path option - Makefile: add variables ERASING to set the value of the lambdapi export --erasing option - Makefile: remove sed after lambdapi export by using the same root_path for both lambdapi and coq - Makefile: variables MAX_PROOF and MAX_ABBREV are integers now - lambdapi.pkg: change variables to HOLLight as in coq - reproduce: update according to above changes - update README.md
- Loading branch information
Showing
9 changed files
with
153 additions
and
92 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
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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
package_name = hol-light | ||
root_path = hol-light | ||
package_name = HOLLight | ||
root_path = HOLLight |
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
Oops, something went wrong.