aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/term.ml
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2014-06-10 13:08:48 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2014-06-10 13:08:48 +0200
commitf02823d9f6de5a8e5706c8433b6e2445cb50222f (patch)
treea1abe9869258302bb165e7385334f5bc74a4d818 /kernel/term.ml
parent80b589e91fe4c6e6e390132633557dc04b9c533a (diff)
Cleanup in Univ, moving code for UniverseConstraints outside the kernel in Universes.
Needed to exponse compare_head_gen(_leq) so that it could be reused in Universes. Remove unused functions from univ as well and refactor a little bit. Changed the syntax to Type@{} for explicit universe level specs, following the WG decision.
Diffstat (limited to 'kernel/term.ml')
-rw-r--r--kernel/term.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/term.ml b/kernel/term.ml
index b85c525d1..3b6b69a28 100644
--- a/kernel/term.ml
+++ b/kernel/term.ml
@@ -140,8 +140,6 @@ let mkCoFix = Constr.mkCoFix
let eq_constr = Constr.equal
let eq_constr_univs = Constr.eq_constr_univs
let leq_constr_univs = Constr.leq_constr_univs
-let eq_constr_universes = Constr.eq_constr_universes
-let leq_constr_universes = Constr.leq_constr_universes
let eq_constr_nounivs = Constr.eq_constr_nounivs
let kind_of_term = Constr.kind