aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/pretype_errors.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/pretype_errors.mli')
-rw-r--r--pretyping/pretype_errors.mli8
1 files changed, 4 insertions, 4 deletions
diff --git a/pretyping/pretype_errors.mli b/pretyping/pretype_errors.mli
index 8a6d8b6b3..217deda4d 100644
--- a/pretyping/pretype_errors.mli
+++ b/pretyping/pretype_errors.mli
@@ -14,14 +14,14 @@ open Type_errors
(** {6 The type of errors raised by the pretyper } *)
type unification_error =
- | OccurCheck of existential_key * constr
- | NotClean of existential * env * constr
+ | OccurCheck of existential_key * EConstr.constr
+ | NotClean of EConstr.existential * env * EConstr.constr
| NotSameArgSize
| NotSameHead
| NoCanonicalStructure
- | ConversionFailed of env * constr * constr
+ | ConversionFailed of env * EConstr.constr * EConstr.constr
| MetaOccurInBody of existential_key
- | InstanceNotSameType of existential_key * env * types * types
+ | InstanceNotSameType of existential_key * env * EConstr.types * EConstr.types
| UnifUnivInconsistency of Univ.univ_inconsistency
| CannotSolveConstraint of Evd.evar_constraint * unification_error
| ProblemBeyondCapabilities