aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/typeops.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/typeops.ml')
-rw-r--r--kernel/typeops.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/typeops.ml b/kernel/typeops.ml
index cb0c429a9..fa7dd105c 100644
--- a/kernel/typeops.ml
+++ b/kernel/typeops.ml
@@ -388,7 +388,6 @@ let judge_of_projection env p cj =
assert(eq_mind pb.proj_ind (fst ind));
let ty = Vars.subst_instance_constr u pb.Declarations.proj_type in
let ty = substl (cj.uj_val :: List.rev args) ty in
- (* TODO: Universe polymorphism for projections *)
{uj_val = mkProj (p,cj.uj_val);
uj_type = ty}