Skip to content

Commit

Permalink
following changes in lambdapi, rename --erasing into --mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Jan 21, 2025
1 parent f6a2d21 commit 7eb6a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ endif

%.v: %.lp
@echo lambdapi export -o stt_coq $<
@lambdapi export -o stt_coq --encoding $(HOL2DK_DIR)/encoding.lp --renaming $(HOL2DK_DIR)/renaming.lp --erasing $(MAPPING) --use-notations --requiring "$(REQUIRING)" $< > $@
@lambdapi export -o stt_coq --encoding $(HOL2DK_DIR)/encoding.lp --renaming $(HOL2DK_DIR)/renaming.lp --mapping $(MAPPING) --use-notations --requiring "$(REQUIRING)" $< > $@

.PHONY: clean-v
clean-v: rm-v clean-vo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Translating HOL-Light proofs to Lambdapi and Coq
------------------------------------------------

**Requirements:**
- lambdapi commit >= c24b28e2 (28/11/24) > 2.5.1
- lambdapi commit >= 21ee7f3d (21/01/25)
- coq >= 8.19
- [coq-hol-light-real-with-N](https://github.com/Deducteam/coq-hol-light-real-with-N)
- [coq-fourcolor-reals](https://github.com/coq-community/fourcolor/blob/master/coq-fourcolor-reals.opam)
Expand Down

0 comments on commit 7eb6a02

Please sign in to comment.