Is it possible to Locate where a Tactic Notation
is defined in Coq?
I know it is possible to locate base tactics using Locate Ltac basetac
, non-tactic notation with queries such as Locate "++"
.
For the notation I'm looking for, I can see it in the tactic grammar with Print Grammar tactic
, but is there a way to locate where it's defined?