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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It seems VSCoq doesn't pretty-print brackets like [] in goals.
[]
For instance the following is enough:
From Coq Require Import List. Import ListNotations. Lemma foo (x : list nat) : [] = x.
The goal is printed like so:
x : list nat (1 / 1) = x
which is quite confusing.
I'm on the latest version of VSCoq and VSCoq server, using Coq 8.18.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
It seems VSCoq doesn't pretty-print brackets like
[]
in goals.For instance the following is enough:
The goal is printed like so:
which is quite confusing.
I'm on the latest version of VSCoq and VSCoq server, using Coq 8.18.
The text was updated successfully, but these errors were encountered: