From 57740cb8ed713e5e79e441a31176955fd94220fa Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 18 May 2000 08:19:49 +0000 Subject: Ajouts des causes d'erreur de Indrec git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@446 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/type_errors.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/type_errors.ml') 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 -- cgit v1.2.3