diff options
| author | herbelin | 2001-12-20 22:48:06 +0000 |
|---|---|---|
| committer | herbelin | 2001-12-20 22:48:06 +0000 |
| commit | c51c32b09cbdad951c55c7f7dd5f47b6657d32a8 (patch) | |
| tree | 662869976515e0ee4623c08c63fad6fd78aa7414 | |
| parent | b4f7b07cadd2475b7525248236a2e40e0e723b6f (diff) | |
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2358 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,7 @@ 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 -- Intuition/Tauto does not perform useless unfolding +- Intuition/Tauto do not perform useless unfolding and work up to conversion Standard library @@ -56,6 +56,7 @@ Incompatibilities - Extra parentheses may exceptionally be needed in tactic definitions. - Coq extensions written in Ocaml need to be updated (see dev/changements.txt for a description of the main changes in the interface files of V7.2) +- New behaviour of Intuition/Tauto may exceptionally lead to incompatibilities ---------------------------------------------------------------------------- Changes from V6.3.1 and V7.0 to V7.1 |
