From 7cfc4e5146be5666419451bdd516f1f3f264d24a Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Sun, 25 Jan 2015 14:42:51 +0100 Subject: Imported Upstream version 8.5~beta1+dfsg --- tactics/g_eqdecide.ml4 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 tactics/g_eqdecide.ml4 (limited to 'tactics/g_eqdecide.ml4') diff --git a/tactics/g_eqdecide.ml4 b/tactics/g_eqdecide.ml4 new file mode 100644 index 00000000..1bd8f075 --- /dev/null +++ b/tactics/g_eqdecide.ml4 @@ -0,0 +1,27 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* [ decideEqualityGoal ] +END + +TACTIC EXTEND compare +| [ "compare" constr(c1) constr(c2) ] -> [ compare c1 c2 ] +END -- cgit v1.2.3