From eb5afe3bf970bcd1e0c907774a49a352df3e91f3 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 21 Nov 2001 21:30:04 +0000 Subject: Amélioration messages d'erreur arité incorrecte (notamment record) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2236 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/inductive.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/inductive.mli') diff --git a/kernel/inductive.mli b/kernel/inductive.mli index 7e08a31c00..720ae3e4a7 100644 --- a/kernel/inductive.mli +++ b/kernel/inductive.mli @@ -46,7 +46,7 @@ val type_of_constructor : env -> constructor -> types val arities_of_constructors : env -> inductive -> types array -exception Arity of (constr * constr * string) option +exception Arity of (constr * constr * Type_errors.arity_error) option (* [type_case_branches env (I,args) (p:A) c] computes useful types about the following Cases expression: -- cgit v1.2.3