From b26dcdc37705c2e0d5f7d4322f5dc26fb6b7984a Mon Sep 17 00:00:00 2001 From: glondu Date: Thu, 23 Dec 2010 19:28:45 +0000 Subject: Remove the two-argument variant of "decide equality" This variant was ignoring its second argument, and didn't exactly respect its documented specification. This is fixed by removing the variant altogether. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13746 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/eqdecide.ml4 | 1 - 1 file changed, 1 deletion(-) (limited to 'tactics') diff --git a/tactics/eqdecide.ml4 b/tactics/eqdecide.ml4 index 1bc9f1f7ce..932e88fea2 100644 --- a/tactics/eqdecide.ml4 +++ b/tactics/eqdecide.ml4 @@ -181,7 +181,6 @@ let compare c1 c2 g = (* User syntax *) TACTIC EXTEND decide_equality - [ "decide" "equality" constr(c1) constr(c2) ] -> [ decideEquality c1 c2 ] | [ "decide" "equality" ] -> [ decideEqualityGoal ] END -- cgit v1.2.3