aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/type_errors.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/type_errors.mli')
-rw-r--r--kernel/type_errors.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/type_errors.mli b/kernel/type_errors.mli
index 670a9f5de..22c6bff99 100644
--- a/kernel/type_errors.mli
+++ b/kernel/type_errors.mli
@@ -61,7 +61,7 @@ type type_error =
| BadPattern of constructor * constr
| BadConstructor of constructor * inductive
| WrongNumargConstructor of constructor_path * int
- | WrongPredicateArity of constr * int * int
+ | WrongPredicateArity of constr * constr * constr
| NeedsInversion of constr * constr
(* Relocation error *)
| QualidNotFound of qualid