-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add one prelude axiom to be identified in
axiom-usage-info
(#1397)
The proof of concrete sequence sorted by mergesort requires a prelude axiom, which is not reflected by verus -V broadcast-usage-info before, as the verus will only take the named axioms in unsat-core. We named one axiom in air prelude (which seems to be the only one not about unboxing/boxing conversions or has_type). We also changed broadcast-usage-info to axiom-usage-info to match the vargo build option (vargo build --features axiom-usage-info) --- Co-authored-by: Andrea Lattuada <andrea@mpi-sws.org>
- Loading branch information
Showing
4 changed files
with
25 additions
and
11 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