summaryrefslogtreecommitdiff
path: root/library/keys.mli
diff options
context:
space:
mode:
Diffstat (limited to 'library/keys.mli')
-rw-r--r--library/keys.mli4
1 files changed, 1 insertions, 3 deletions
diff --git a/library/keys.mli b/library/keys.mli
index 1fb9a3de..19838365 100644
--- a/library/keys.mli
+++ b/library/keys.mli
@@ -8,8 +8,6 @@
(* * (see LICENSE file for the text of the license) *)
(************************************************************************)
-open Globnames
-
type key
val declare_equiv_keys : key -> key -> unit
@@ -21,5 +19,5 @@ val equiv_keys : key -> key -> bool
val constr_key : ('a -> ('a, 't, 'u, 'i) Constr.kind_of_term) -> 'a -> key option
(** Compute the head key of a term. *)
-val pr_keys : (global_reference -> Pp.t) -> Pp.t
+val pr_keys : (Names.GlobRef.t -> Pp.t) -> Pp.t
(** Pretty-print the mapping *)