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
Record A := Build_A { }. Locate Build_A. (* Constructor Foo.Build_A *) About Build_A.
If I do goto-definition on Build_A on line 4, I would expect to be jumped to line 1 but nothing happens.
Build_A
Other kinds of constructors like in:
Inductive foo := bar. About bar.
Have the correct behaviour.
The text was updated successfully, but these errors were encountered:
coq/ast.ml needs fixing I think!
coq/ast.ml
Sorry, something went wrong.
No branches or pull requests
If I do goto-definition on
Build_A
on line 4, I would expect to be jumped to line 1 but nothing happens.Other kinds of constructors like in:
Have the correct behaviour.
The text was updated successfully, but these errors were encountered: