Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PrimStringAxioms.v.in #787

Merged
merged 1 commit into from
Feb 26, 2025
Merged

Update PrimStringAxioms.v.in #787

merged 1 commit into from
Feb 26, 2025

Conversation

gares
Copy link
Contributor

@gares gares commented Feb 26, 2025

IMHO this piece of code should be part of the "axioms" in corelib, since without that the "spec" for comparison is pretty useless. I did only expose the proofs for Eq, since this is what I need, but internally it proves more, eg ltb x x = false and the like.

Note that for integers, the axioms already have a decent form I can use directly to reason about the native comparison, while for strings one has to do quite some work...

CC @proux01

@SkySkimmer
Copy link
Collaborator

IMHO this piece of code should be part of the "axioms" in corelib

So make a PR on corelib

@gares gares merged commit 2f2daed into master Feb 26, 2025
63 checks passed
@gares gares deleted the gares-patch-1 branch February 26, 2025 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants