-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
saw-core-coq: Explicitly define atWithProof, genWithProof, and friends
This provides explicit Coq definitions for SAWCore's `atWithProof` and `genWithProof` functions, which allow them to compute. It also proves the auxiliary `at_gen_BVVec` and `gen_at_BVVec` lemmas, a feat which is now possible thanks to the aforementioned computability. To make this work with the current module ordering, I needed to wire in the definition of `IsLtNat` into `SAWCoreScaffolding`, which proves straightforward. Fixes #1784.
- Loading branch information
1 parent
17eb56e
commit 0c699f3
Showing
5 changed files
with
147 additions
and
1 deletion.
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