diff options
| author | herbelin | 2011-06-18 20:35:22 +0000 |
|---|---|---|
| committer | herbelin | 2011-06-18 20:35:22 +0000 |
| commit | 9d7499dcd4440aca458cb190ed108ae9b3adff17 (patch) | |
| tree | 600b19fc9ca74cb6149676276b670e731e12ae66 /CHANGES | |
| parent | c79db26e91c61bfa085e667ae14733a463b73423 (diff) | |
Generalizing flag use_evars_pattern_unification into a flag
use_pattern_unification common for evars and metas. As a compensation,
add a flag use_meta_bound_pattern_unification to restore the old
mechanism of pattern unification for metas applied to rels only (this
is used e.g. by auto). Not sure yet, what could be the most
appropriate set of flags. Added documentation of the flags.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14221 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ Tactics result in some rare incompatibilities (solvable by adapting name hypotheses). - Introduction pattern "_" made more robust. - Tactic (and Eval command) vm_compute can now be interrupted via Ctrl-C. +- Unification in "apply" supports unification of patterns of the form + ?f x y = g(x,y) (compatibility ensured by using + "Unset Tactic Pattern Unification"). Vernacular commands |
