aboutsummaryrefslogtreecommitdiff
path: root/pretyping/pretype_errors.ml
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/pretype_errors.ml')
-rw-r--r--pretyping/pretype_errors.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pretyping/pretype_errors.ml b/pretyping/pretype_errors.ml
index ef96bfb048..8b913faa9c 100644
--- a/pretyping/pretype_errors.ml
+++ b/pretyping/pretype_errors.ml
@@ -23,8 +23,8 @@ type pretype_error =
(* Old Case *)
| CantFindCaseType of constr
(* Unification *)
- | OccurCheck of int * constr
- | NotClean of int * constr
+ | OccurCheck of existential_key * constr
+ | NotClean of existential_key * constr
| UnsolvableImplicit of hole_kind
(* Pretyping *)
| VarNotFound of identifier