aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-09-29 17:33:47 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-09-29 17:35:37 +0200
commit14e47506ffabc43c25bf8da108abb6df78b803ad (patch)
treed61c47fa21fddfa2c30727c0206c7576e21a9162 /CHANGES
parent6d20e4c136fb2726ec8577bdfee051ecacdf8261 (diff)
Being more informative about the change of behavior of "subst".
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c3eaae6ee..cf1fefa75 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,7 +27,10 @@ Specification language
Tactics
- Flag "Bracketing Last Introduction Pattern" is now on by default.
-- Flag "Regular Subst Tactic" is now on by default.
+- Flag "Regular Subst Tactic" is now on by default: it respects the
+ initial order of hypothesis, it contracts cycles, it unfolds no
+ local definitions (common source of incompatibilities, fixable by
+ "Unset Regular Subst Tactic").
- New flag "Refolding Reduction", now disabled by default, which turns
on refolding of constants/fixpoints (as in cbn) during the reductions
done during type inference and tactic retyping. Can be extremely