We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Admitting a subgoal and then closing all other subgoals will lead to the message:
There are unfocused goals.
I found this rather confusing as I tried to focus these goals but wasn't able to.
See for example:
Lemma add_zero x: x + 0 = x. Proof. induction x. - admit. - cbn. auto.
The Coq Proof Assistant, version 8.12.0 (October 2020) compiled on Oct 9 2020 14:54:23 with OCaml 4.09.1
The text was updated successfully, but these errors were encountered:
Hum, are you really observing this behavior with Coq 8.12.0?? I just tested this code with that version and I get:
No more subgoals, but there are some goals you gave up: 0 + 0 = 0 You need to go back and solve them.
Sorry, something went wrong.
It seems to be a vscoq bug.
OK, please report here then: https://github.com/coq-community/vscoq/issues/
fix rocq-prover/rocq#13475
d539e73
Successfully merging a pull request may close this issue.
Description of the problem
Admitting a subgoal and then closing all other subgoals will lead to the message:
I found this rather confusing as I tried to focus these goals but wasn't able to.
See for example:
Coq Version
The Coq Proof Assistant, version 8.12.0 (October 2020)
compiled on Oct 9 2020 14:54:23 with OCaml 4.09.1
The text was updated successfully, but these errors were encountered: