aboutsummaryrefslogtreecommitdiff
path: root/pretyping/pretype_errors.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/pretype_errors.mli')
-rw-r--r--pretyping/pretype_errors.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/pretyping/pretype_errors.mli b/pretyping/pretype_errors.mli
index 8e98f63076..d9ee969e3c 100644
--- a/pretyping/pretype_errors.mli
+++ b/pretyping/pretype_errors.mli
@@ -22,7 +22,7 @@ type unification_error =
| ConversionFailed of env * constr * constr
| MetaOccurInBody of existential_key
| InstanceNotSameType of existential_key * env * types * types
- | UnifUnivInconsistency
+ | UnifUnivInconsistency of Univ.univ_inconsistency
type pretype_error =
(** Old Case *)
@@ -70,7 +70,7 @@ val error_case_not_inductive_loc :
val error_ill_formed_branch_loc :
Loc.t -> env -> Evd.evar_map ->
- constr -> constructor -> constr -> constr -> 'b
+ constr -> pconstructor -> constr -> constr -> 'b
val error_number_branches_loc :
Loc.t -> env -> Evd.evar_map ->