aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/keys.mli
diff options
context:
space:
mode:
Diffstat (limited to 'library/keys.mli')
-rw-r--r--library/keys.mli9
1 files changed, 7 insertions, 2 deletions
diff --git a/library/keys.mli b/library/keys.mli
index 4e6a803e4..87ba45558 100644
--- a/library/keys.mli
+++ b/library/keys.mli
@@ -8,8 +8,13 @@
open Globnames
-val declare_keys : global_reference -> global_reference -> unit
+type key
+
+val declare_keys : key -> key -> unit
(** Declare two keys as being equivalent. *)
-val equiv_keys : global_reference -> global_reference -> bool
+val equiv_keys : key -> key -> bool
(** Check equivalence of keys. *)
+
+val constr_key : Term.constr -> key
+(** Compute the head key of a term. *)