aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/names.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/names.mli')
-rw-r--r--kernel/names.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/names.mli b/kernel/names.mli
index 893cad09d..c71b76aab 100644
--- a/kernel/names.mli
+++ b/kernel/names.mli
@@ -645,7 +645,8 @@ module Projection : sig
val equal : t -> t -> bool
val hash : t -> int
- val hashcons : t -> t
+ val hcons : t -> t
+ (** Hashconsing of projections. *)
val compare : t -> t -> int