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