diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2011-06-19 14:12:34 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2011-06-19 14:12:34 +0000 |
commit | aa2a39fa7d754aaf3270dc0bed3128822254e8d1 (patch) | |
tree | 1593a7a625d187d756ac33a47dc97346ceebdf36 /CHANGES | |
parent | 32e18eb2ec0d44e4265f44d2f3f51daa7d67e9c0 (diff) |
Ensured that the transparency state is used when flag betaiota is on for apply.
+ small typo fix in r14217
+ added compatibility of betaiota flag with 8.3 when "-compat 8.3" is given
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14223 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ Tactics - 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"). + "Unset Tactic Pattern Unification"). It also supports (full) betaiota. - Tactic autorewrite does no longer instantiate pre-existing existential variables (theoretical source of possible incompatibility). |