aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/typeops.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/typeops.mli')
-rw-r--r--kernel/typeops.mli8
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/typeops.mli b/kernel/typeops.mli
index 73c63db68..007acae60 100644
--- a/kernel/typeops.mli
+++ b/kernel/typeops.mli
@@ -91,9 +91,6 @@ val judge_of_cast :
val judge_of_inductive : env -> inductive puniverses -> unsafe_judgment
-(* val judge_of_inductive_knowing_parameters : *)
-(* env -> inductive -> unsafe_judgment array -> unsafe_judgment *)
-
val judge_of_constructor : env -> constructor puniverses -> unsafe_judgment
(** {6 Type of Cases. } *)
@@ -101,8 +98,6 @@ val judge_of_case : env -> case_info
-> unsafe_judgment -> unsafe_judgment -> unsafe_judgment array
-> unsafe_judgment
-(* val type_of_constant : env -> pconstant -> types constrained *)
-
val type_of_constant_type : env -> constant_type -> types
val type_of_projection_constant : env -> Names.projection puniverses -> types
@@ -112,9 +107,6 @@ val type_of_constant_in : env -> pconstant -> types
val type_of_constant_type_knowing_parameters :
env -> constant_type -> types Lazy.t array -> types
-(* val type_of_constant_knowing_parameters : *)
-(* env -> pconstant -> types Lazy.t array -> types constrained *)
-
val type_of_constant_knowing_parameters_in :
env -> pconstant -> types Lazy.t array -> types