diff options
| author | herbelin | 2012-12-18 00:09:02 +0000 |
|---|---|---|
| committer | herbelin | 2012-12-18 00:09:02 +0000 |
| commit | 4c78cf0f68b8eeb040eb2267a3705fc236295f76 (patch) | |
| tree | f8057efcb9d6e48926b244bd4cef6f4c7fa329c3 /tactics/class_tactics.ml4 | |
| parent | 7f5ee6001e4c99d4f75ab5934e3e5c762babb11a (diff) | |
Fixed a little inefficiency of "set/destruct" over a pattern. Now
different instances of a meta are checked against full conversion.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16086 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/class_tactics.ml4')
| -rw-r--r-- | tactics/class_tactics.ml4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/class_tactics.ml4 b/tactics/class_tactics.ml4 index 8e0dbc6efb..53a284fa88 100644 --- a/tactics/class_tactics.ml4 +++ b/tactics/class_tactics.ml4 @@ -67,6 +67,7 @@ let auto_unif_flags = { use_metas_eagerly_in_conv_on_closed_terms = true; modulo_delta = var_full_transparent_state; modulo_delta_types = full_transparent_state; + modulo_delta_in_merge = None; check_applied_meta_types = false; resolve_evars = false; use_pattern_unification = true; |
