aboutsummaryrefslogtreecommitdiff
path: root/checker/type_errors.mli
diff options
context:
space:
mode:
Diffstat (limited to 'checker/type_errors.mli')
-rw-r--r--checker/type_errors.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/checker/type_errors.mli b/checker/type_errors.mli
index 0367135383..17a210ef5f 100644
--- a/checker/type_errors.mli
+++ b/checker/type_errors.mli
@@ -84,8 +84,6 @@ val error_number_branches : env -> unsafe_judgment -> int -> 'a
val error_ill_formed_branch : env -> constr -> int -> constr -> constr -> 'a
-val error_generalization : env -> name * constr -> unsafe_judgment -> 'a
-
val error_actual_type : env -> unsafe_judgment -> constr -> 'a
val error_cant_apply_not_functional :