diff options
| author | herbelin | 2001-12-12 08:41:35 +0000 |
|---|---|---|
| committer | herbelin | 2001-12-12 08:41:35 +0000 |
| commit | f813d54ada801c2162491267c3b236ad181ee5a3 (patch) | |
| tree | 805226cee5b9a2d1684d0c21e0a75b2998bed21d | |
| parent | b2219ab4d3ebeb139be164a4a27b2884bfd82eb2 (diff) | |
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2290 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | CHANGES | 32 |
1 files changed, 14 insertions, 18 deletions
@@ -1,6 +1,20 @@ Changes from V7.1 to V7.2 ======================== +Language + +- Automatic insertion of patterns for local definitions in the type of + the constructors of an inductive types (for compatibility with V6.3 + let-in style) +- Coercions allowed in Cases patterns + +Tactics + +- New tactic "ClearBody H" to clear the body of definitions in local context +- New tactic "Assert H := c" for forward reasoning +- Slight improvement in naming strategy for NewInduction/NewDestruct (may + occasionnally affect compatibility with V7.1 NewInduction/NewDestruct) + Standard library ---------------- @@ -18,24 +32,6 @@ Standard library - A new directory named [Sorting] contains a proof of a heapsort. (theory forgotten during the port of V6.3 to V7.0) - ----------------------------------------------------------------------------- -Changes from ??? to V7.1 -======================== - -Language - -- Automatic insertion of patterns for local definitions in the type of - the constructors of an inductive types (for compatibility with V6.3 - let-in style) - -Tactics - -- New tactic "ClearBody H" to clear the body of definitions in local context -- New tactic "Assert H := c" for forward reasoning -- Slight improvement in naming strategy for NewInduction/NewDestruct (may - occasionnally affect compatibility with V7.1 NewInduction/NewDestruct) - Efficiency - Improved efficiency wrt .vo sizes and compilation times |
