aboutsummaryrefslogtreecommitdiff
path: root/kernel/closure.ml
diff options
context:
space:
mode:
authorMatthieu Sozeau2013-11-03 20:48:34 +0100
committerMatthieu Sozeau2014-05-06 09:58:55 +0200
commit7dfb0fb915fa095f8af57e8bb5e4727ebb61304a (patch)
tree9ee9345c27c49d35a8799327a7f3cfaa98a1a1b6 /kernel/closure.ml
parent94edcde5a3f4826defe7290bf2a0914c860a85ae (diff)
- Rename eq to equal in Univ, document new modules, set interfaces.
A try at hashconsing all universes instances seems to incur a big cost. - Do hashconsing of universe instances in constr. - Little fix in obligations w.r.t. non-polymorphic constants. Conflicts: kernel/constr.ml kernel/declareops.ml kernel/inductive.ml kernel/univ.mli
Diffstat (limited to 'kernel/closure.ml')
-rw-r--r--kernel/closure.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/closure.ml b/kernel/closure.ml
index fd3ab525e2..a1a9b54f71 100644
--- a/kernel/closure.ml
+++ b/kernel/closure.ml
@@ -209,7 +209,7 @@ let unfold_red kn =
type table_key = constant puniverses tableKey
let eq_pconstant_key (c,u) (c',u') =
- eq_constant_key c c' && Univ.Instance.eq u u'
+ eq_constant_key c c' && Univ.Instance.equal u u'
module IdKeyHash =
struct