You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to jump to a definition in the local buffer by pressing M-. I got this error: "Definition came from this buffer, but precise location is unknown."
The text was updated successfully, but these errors were encountered:
RequireImport Coq.Init.Nat.
Check Nat.add. (* process up to here. jump to definition takes me to add in Nat.v *)RequireImport Arith.
Check Nat.add. (* now it jumps to PeanoNat.v (because of the include?) *)Check add. (* this still goes to Nat.v *)
When I try to jump to a definition in the local buffer by pressing
M-.
I got this error: "Definition came from this buffer, but precise location is unknown."The text was updated successfully, but these errors were encountered: