aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2009-12-12 20:46:07 +0000
committerherbelin2009-12-12 20:46:07 +0000
commitaba4b1924f562d861ab2cf7ec75c507f0efe0d1f (patch)
tree67199755041372c7f3dc6f7757795d9c0932fe9a /CHANGES
parentc94207ce53c82652e2b5841da55cd5de5266445d (diff)
Updated compatibility for rewriting equality proofs that are dependent
- made the new "subst'" the default by renaming it "subst"; - renamed old "subst" into "simple subst"; - add option for non-rewriting of dependent proofs in general_rewrite and co - kept use of dependent proofs in the "subst" call of "functional induction", in spite it introduced incompatibilities (in Compcert). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12578 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 67ebffd36b..d8cdb1c7d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,7 +27,8 @@ Tactics
new option "Unset Tactic Evars Pattern Unification" to deactivate it.
- New tactic "etransitivity".
- Support of JMeq for "injection" and "discriminate".
-- New variant "subst'" of "subst" that supports JMeq.
+- Tactic "subst" now supports heterogeneous equality and equality
+ proofs that are dependent (use "simple subst" for preserving compatibility).
- New tactic "decide lemma with hyp" for rewriting decidability lemmas
when one knows which side is true.
- Tactic "exists", "eexists", "destruct" and "edestruct" supports iteration