aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorherbelin2009-09-20 14:02:53 +0000
committerherbelin2009-09-20 14:02:53 +0000
commitfbcd19a076f255614012fd076863ca296c1b2626 (patch)
tree617e9880021347b6be56c717ae266df6d48b7bc7 /CHANGES
parent10b4e452dc4ff94c24c45b5d6961ca6b9b7f9edb (diff)
Add "case as/in/using" and temporary "destruct" with n args.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12347 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 3a471e9478..ecf61370d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -29,13 +29,15 @@ Tactics
- New variant "subst'" of "subst" that supports JMeq.
- New tactic "decide lemma with hyp" for rewriting decidability lemmas
when one knows which side is true.
-- Tactic "exists" and "eexists" supports iteration using
- comma-separated arguments.
+- Tactic "exists", "eexists", "destruct" and "edestruct" supports iteration
+ using comma-separated arguments.
- Tactic "gappa" has been removed from the Dp plugin.
- Tactic "firstorder" now supports the combination of its "using" and
"with" options.
- An inductive type as argument of the "using" option of "auto/eauto/firstorder"
is interpreted as using the collection of its constructors.
+- Tactic names "case" and "elim" now support clauses "as" and "in" and become
+ then synonymous of "destruct" and "induction" respectively.
Tactic Language