From bb89852617bfc8c973ba6746a77d1c2913b720ad Mon Sep 17 00:00:00 2001 From: msozeau Date: Mon, 18 May 2009 16:07:55 +0000 Subject: Minor unification changes: - Primitive setup for firing typeclass resolution on-demand: add a flag to control resolution of remaining evars (e.g. typeclasses) during unification. - Prevent canonical projection resolution when no delta is allowed during unification (fixes incompatibility found in ssreflect). - Correctly check types when the head is an evar _or_ a meta in w_unify. Move [isEvar_or_Meta] to kernel/term.ml, it's used in two places now. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12131 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/term.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'kernel/term.mli') diff --git a/kernel/term.mli b/kernel/term.mli index 6a6a4ad287..8f45e39f09 100644 --- a/kernel/term.mli +++ b/kernel/term.mli @@ -227,6 +227,7 @@ val isVar : constr -> bool val isInd : constr -> bool val isEvar : constr -> bool val isMeta : constr -> bool +val isEvar_or_Meta : constr -> bool val isSort : constr -> bool val isCast : constr -> bool val isApp : constr -> bool -- cgit v1.2.3