-
Notifications
You must be signed in to change notification settings - Fork 237
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
Bad typing for range values #3238
Comments
mtzguido
added a commit
to mtzguido/FStar
that referenced
this issue
Apr 10, 2024
mtzguido
added a commit
to mtzguido/FStar
that referenced
this issue
Apr 10, 2024
Merged
mtzguido
added a commit
that referenced
this issue
Apr 11, 2024
mtzguido
added a commit
to mtzguido/FStar
that referenced
this issue
Apr 12, 2024
This reverts commit 95b0330.
mtzguido
added a commit
to mtzguido/FStar
that referenced
this issue
Apr 12, 2024
… assertion" This reverts commit 9aa1de2.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This fails to prove the property since the encoded range value is just a
Range_const 0
without any useful axiom for its typing. We seem to add an axiom for the typing of range constants, but it's broken as it is specialized to a particular one:The text was updated successfully, but these errors were encountered: