aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/cc/ccalgo.mli
diff options
context:
space:
mode:
authorGravatar puech <puech@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-07-29 14:27:07 +0000
committerGravatar puech <puech@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-07-29 14:27:07 +0000
commit3db210383967687e8252ba39ac3ecc971d898cbe (patch)
tree7dccb5214c63e23e75e00a1ac003e0475410dca5 /plugins/cc/ccalgo.mli
parent5e4afc4cd404446701c5ede02041a3beec8d0975 (diff)
Ccproof: generic equality on term replaced by term_equal
... and define term_equal git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14342 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins/cc/ccalgo.mli')
-rw-r--r--plugins/cc/ccalgo.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/cc/ccalgo.mli b/plugins/cc/ccalgo.mli
index 9466b611e..326fffb79 100644
--- a/plugins/cc/ccalgo.mli
+++ b/plugins/cc/ccalgo.mli
@@ -22,6 +22,8 @@ type term =
| Appli of term*term
| Constructor of cinfo (* constructor arity + nhyps *)
+val term_equal : term -> term -> bool
+
type patt_kind =
Normal
| Trivial of types