aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-09-26 18:06:24 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-09-26 18:06:24 +0000
commit5fdf951ccd489aab712f53cb0cb6b343b7124b39 (patch)
tree55de8b0260df7be143402e4b23ebc5f3a53d53f5
parentcb50f91f5f3e5eafe73c13c61b1bfe6f94ebab5c (diff)
Ultime MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2079 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--ANNONCE5
-rw-r--r--CHANGES4
2 files changed, 4 insertions, 5 deletions
diff --git a/ANNONCE b/ANNONCE
index d311a1517..5ee808dd1 100644
--- a/ANNONCE
+++ b/ANNONCE
@@ -27,9 +27,8 @@ on version 7.0.
Marché's minimal edition distance algorithm, Buchberger's algorithm,
RSA cryptographic algorithm, Stalmarck tautology checker algorithm,
the Fundamental Theorem of Algebra and ZFC set theory).
- - new tactics NewDestruct, NewInduction and Assert intended to
- improve the behaviour of previous Elim and Induction, Case and
- Destruct, and Cut tactics
+ - new induction tactics NewDestruct and NewInduction
+ - new tactic Assert for forward reasoning
- known-bugs fixed
- excessive memory use mainly fixed
diff --git a/CHANGES b/CHANGES
index 6e5869142..0f4b60eae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,8 +13,8 @@ Main novelties
References are to Coq V7.1 reference manual
-- New primitive let-in construct (see section 1.2.8)
-- Long names (see section 2.6)
+- New primitive let-in construct (see sections 1.2.8 and )
+- Long names (see sections 2.6 and 2.7)
- New high-level tactic language (see chapter 10)
- Improved search facilities (see section 5.2)
- New extraction algorithm managing the Type level (see chapter 17)