We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider the following Abella development.
Kind i type. Theorem foo : exists (x:i), exists y, x = y. assert exists (y:i), y = y. case H1. exists y.
The final exists y produces the obligation exists y, y = y instead of the obligation exists y1, y = y1.
exists y
exists y, y = y
exists y1, y = y1
This bug is reported by @matteocimini.
The text was updated successfully, but these errors were encountered:
978e477
chaudhuri
No branches or pull requests
Consider the following Abella development.
The final
exists y
produces the obligationexists y, y = y
instead of the obligationexists y1, y = y1
.This bug is reported by @matteocimini.
The text was updated successfully, but these errors were encountered: