From 52c0bf0da05bcfce49ce5c8321e8b9ed7b3a1cb5 Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 20 Nov 2001 14:38:21 +0000 Subject: types vs constr git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2210 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 b057ff8391..f1eb32b5bc 100644 --- a/kernel/type_errors.ml +++ b/kernel/type_errors.ml @@ -40,7 +40,7 @@ type type_error = | NotAType of unsafe_judgment | BadAssumption of unsafe_judgment | ReferenceVariables of constr - | ElimArity of inductive * constr list * constr * unsafe_judgment + | ElimArity of inductive * types list * constr * unsafe_judgment * (constr * constr * string) option | CaseNotInductive of unsafe_judgment | WrongCaseInfo of inductive * case_info -- cgit v1.2.3