-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compatibility with 8.16 and beyond, external zify (#6)
* port to external zify and latest MathComp * rely on zify package, update for 8.16 and beyond, generate boilerplate * use [fsfun f with ...] from finmap, purge local setfs extension * adjust lower bound and generate boilerplate * compatibility with dev version of dependencies * restrict uses of intuition tactic for compatibility * fix duplicate-clear warnings * avoid needless warning supression
- Loading branch information
Showing
13 changed files
with
140 additions
and
1,095 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
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,5 +1,5 @@ | ||
(coq.theory | ||
(name Algorand) | ||
(package coq-algorand) | ||
(synopsis "A verified model of Algorand in Coq") | ||
(flags -w -notation-overridden -w -projection-no-head-constant -w -redundant-canonical-projection -w -duplicate-clear -w -ambiguous-paths -w -notation-incompatible-format)) | ||
(synopsis "A verified model of the Algorand consensus protocol in Coq") | ||
(flags :standard -w -notation-overridden)) |
Oops, something went wrong.