diff options
| author | herbelin | 2008-02-14 20:47:31 +0000 |
|---|---|---|
| committer | herbelin | 2008-02-14 20:47:31 +0000 |
| commit | 7eb4a33c7e8378755ecbdba4a301d69406f0afd0 (patch) | |
| tree | a5a86fc9414a6371541bdbbf309402fe780794a4 | |
| parent | 95ec8e7defce5175a541b50479cc7f76058bedfc (diff) | |
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
| -rw-r--r-- | pretyping/unification.ml | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |
