aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/typeops.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/typeops.mli')
-rw-r--r--kernel/typeops.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/typeops.mli b/kernel/typeops.mli
index 6980c9759..94d4e0844 100644
--- a/kernel/typeops.mli
+++ b/kernel/typeops.mli
@@ -89,3 +89,7 @@ val judge_of_case : env -> case_info
(* Typecheck general fixpoint (not checking guard conditions) *)
val type_fixpoint : env -> name array -> types array
-> unsafe_judgment array -> constraints
+
+(* Kernel safe typing but applicable to partial proofs *)
+val typing : env -> constr -> unsafe_judgment
+