Open Alizter opened 3 weeks ago
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.
coq/ast.ml needs fixing I think!
coq/ast.ml
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.