From 7eb4a33c7e8378755ecbdba4a301d69406f0afd0 Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 14 Feb 2008 20:47:31 +0000 Subject: Suspension de l'introduction de delta dans apply : certaines contribs qui utilisent apply pour l'automatisation explosent (cf CatsInZFC qui passe de 20mn de compilation à 7h), d'autres instancient les métas par des expressions plus dépliées qu'avant, ce qui conduit à des échecs après coup. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10571 85f007b7-540e-0410-9357-904b9bb8a0f7 --- pretyping/unification.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pretyping/unification.ml b/pretyping/unification.ml index 77098a5c34..95cef9745b 100644 --- a/pretyping/unification.ml +++ b/pretyping/unification.ml @@ -132,7 +132,7 @@ type unify_flags = { let default_unify_flags = { modulo_conv_on_closed_terms = true; use_metas_eagerly = true; - modulo_conv = true + modulo_conv = false } let unify_0_with_initial_metas metas is_subterm env sigma cv_pb flags m n = -- cgit v1.2.3