aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-06-19 14:12:34 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-06-19 14:12:34 +0000
commitaa2a39fa7d754aaf3270dc0bed3128822254e8d1 (patch)
tree1593a7a625d187d756ac33a47dc97346ceebdf36 /CHANGES
parent32e18eb2ec0d44e4265f44d2f3f51daa7d67e9c0 (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--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 90d8b604f..54b44309e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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).