aboutsummaryrefslogtreecommitdiff
path: root/kernel/type_errors.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/type_errors.ml')
-rw-r--r--kernel/type_errors.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/type_errors.ml b/kernel/type_errors.ml
index eaef2dafc0..f3cb78205a 100644
--- a/kernel/type_errors.ml
+++ b/kernel/type_errors.ml
@@ -29,6 +29,8 @@ type type_error =
| NotInductive of constr
| MLCase of string * constr * constr * constr * constr
| CantFindCaseType of constr
+ | OccurCheck of int * constr
+ | NotClean of int * constr
exception TypeError of path_kind * context * type_error