(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) (* { decideEqualityGoal } END TACTIC EXTEND compare | [ "compare" constr(c1) constr(c2) ] -> { compare c1 c2 } END