aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/eqdecide.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-03-21 09:59:52 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-03-25 13:37:03 +0100
commit63b914b51ddc9084bc2e059df266e2345dfe34b5 (patch)
tree95c7069a50169c76eefbcf4cb014fdafa104bb18 /tactics/eqdecide.mli
parenta947e85e88ab0b9a5a4cfea81ecbeec6f52636ea (diff)
Moving Eqdecide to tactics/.
Diffstat (limited to 'tactics/eqdecide.mli')
-rw-r--r--tactics/eqdecide.mli17
1 files changed, 17 insertions, 0 deletions
diff --git a/tactics/eqdecide.mli b/tactics/eqdecide.mli
new file mode 100644
index 000000000..cb48a5bcc
--- /dev/null
+++ b/tactics/eqdecide.mli
@@ -0,0 +1,17 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+(************************************************************************)
+(* EqDecide *)
+(* A tactic for deciding propositional equality on inductive types *)
+(* by Eduardo Gimenez *)
+(************************************************************************)
+
+val decideEqualityGoal : unit Proofview.tactic
+
+val compare : Constr.t -> Constr.t -> unit Proofview.tactic