aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/names.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2014-12-17 18:36:24 +0100
committerGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2014-12-17 18:37:45 +0100
commite4ac6f91e8d95a168cdaeaec72cf761b7b6da4b7 (patch)
tree62c804059699ff38055c4e93b9d53dfafebe8273 /kernel/names.mli
parent00f82e4411ebbab16fcab99e6c563852a87507a3 (diff)
Fix (actually, properly implement :) hashconsing of projections,
resulting in huge speedup at Qed/section closing in presence of primitive projections.
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