Open louiseddp opened 9 months ago
I get This proof is focused, but cannot be unfocused this way
regardless of Show Existentials. Are you using some IDE?
I was using CoqIDE
Looks like coqide implicitly gives up (admits) the remaining goals on }
. Not sure why it doesn't when using Show Existentials, probably demons coming from the stm.
Looks like coqide implicitly gives up (admits) the remaining goals on
}
. Not sure why it doesn't when using Show Existentials, probably demons coming from the stm.
If I may, there is one more strange thing happening here: in the first example, it does not admit the correct goal.
Oh it's not admitting the remaining goal, instead it seems like it's resetting to before the {
and admitting the goal that was focused.
I am using coq v.8.19.0, and OCaml 4.10.0
I was experimenting with the
Unshelve
command and realized that, in the following example, the given up goal is not the expected one:The expected behaviour is probably the following one, but for some reason it is triggered only when we use the vernacular command
Show Existentials
: