aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/names.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-03-20 15:27:40 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-03-20 15:41:22 +0100
commit67319cef77a215163032ea94f28f8c21dcf64f3a (patch)
tree3eafecdfcd2cf55c7e9c175e31fbd96702ff1e5e /kernel/names.mli
parent7516347809b595f74fdd80c1129ed05e227c2b3d (diff)
Missing equalities in Names-like structures.
Diffstat (limited to 'kernel/names.mli')
-rw-r--r--kernel/names.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/names.mli b/kernel/names.mli
index b2a363174..db973ed3a 100644
--- a/kernel/names.mli
+++ b/kernel/names.mli
@@ -410,11 +410,13 @@ val ith_constructor_of_inductive : inductive -> int -> constructor
val inductive_of_constructor : constructor -> inductive
val index_of_constructor : constructor -> int
val eq_ind : inductive -> inductive -> bool
+val eq_user_ind : inductive -> inductive -> bool
val ind_ord : inductive -> inductive -> int
val ind_hash : inductive -> int
val ind_user_ord : inductive -> inductive -> int
val ind_user_hash : inductive -> int
val eq_constructor : constructor -> constructor -> bool
+val eq_user_constructor : constructor -> constructor -> bool
val constructor_ord : constructor -> constructor -> int
val constructor_user_ord : constructor -> constructor -> int
val constructor_hash : constructor -> int