aboutsummaryrefslogtreecommitdiff
path: root/kernel/typeops.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/typeops.mli')
-rw-r--r--kernel/typeops.mli10
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel/typeops.mli b/kernel/typeops.mli
index 81fd1427d0..cfc82c1589 100644
--- a/kernel/typeops.mli
+++ b/kernel/typeops.mli
@@ -102,10 +102,10 @@ val judge_of_case : env -> case_info
-> unsafe_judgment
(** Typecheck general fixpoint (not checking guard conditions) *)
-val type_fixpoint : env -> Name.t array -> types array
- -> unsafe_judgment array -> unit
+(* val type_fixpoint : env -> Name.t array -> types array *)
+(* -> unsafe_judgment array -> unit *)
-val type_of_constant : env -> pconstant -> types constrained
+(* val type_of_constant : env -> pconstant -> types constrained *)
val type_of_constant_type : env -> constant_type -> types
@@ -116,8 +116,8 @@ 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 : *)
+(* env -> pconstant -> types Lazy.t array -> types constrained *)
val type_of_constant_knowing_parameters_in :
env -> pconstant -> types Lazy.t array -> types