From b1ae368ec3228f7340076ba0d3bc465f79ed44fa Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 19 Dec 2010 11:34:48 +0000 Subject: Fixing bug #2454: inversion predicate strategy for inferring the type of "match" is not general enough; if there is a non dependent type constraint, we also try w/o inversion predicate in the return clause. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13727 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/term.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/term.mli') diff --git a/kernel/term.mli b/kernel/term.mli index 848befbeca..f92471ce03 100644 --- a/kernel/term.mli +++ b/kernel/term.mli @@ -520,7 +520,7 @@ val noccur_between : int -> int -> constr -> bool (** Checking function for terms containing existential- or meta-variables. The function [noccur_with_meta] does not consider - meta-variables applied to some terms (intented to be its local + meta-variables applied to some terms (intended to be its local context) (for existential variables, it is necessarily the case) *) val noccur_with_meta : int -> int -> constr -> bool -- cgit v1.2.3