aboutsummaryrefslogtreecommitdiffhomepage
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, 1 insertions, 1 deletions
diff --git a/kernel/type_errors.ml b/kernel/type_errors.ml
index 3cca1c694..8ca7135aa 100644
--- a/kernel/type_errors.ml
+++ b/kernel/type_errors.ml
@@ -15,7 +15,7 @@ type type_error =
| NotAType of constr
| BadAssumption of constr
| ReferenceVariables of identifier
- | ElimArity of constr * constr list * constr * constr * constr
+ | ElimArity of inductive * constr list * constr * constr * constr
* (constr * constr * string) option
| CaseNotInductive of constr * constr
| NumberBranches of constr * constr * int