From b7fcbb07f8b484707a86eb06df1bd7116fb55a21 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 5 Oct 2011 14:34:17 +0000 Subject: It happens that the type inference algorithm (pretyping) did not check that the return predicate of the match construction is at an allowed sort, resulting in tactics possibly manipulating ill-typed terms. This is now fixed, Incidentally removed in pretyping an ill-placed coercion. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14508 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/type_errors.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'kernel/type_errors.mli') diff --git a/kernel/type_errors.mli b/kernel/type_errors.mli index 2bf96f322..7c61e1057 100644 --- a/kernel/type_errors.mli +++ b/kernel/type_errors.mli @@ -97,3 +97,4 @@ val error_ill_formed_rec_body : val error_ill_typed_rec_body : env -> int -> name array -> unsafe_judgment array -> types array -> 'a +val error_elim_explain : sorts_family -> sorts_family -> arity_error -- cgit v1.2.3