aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar clrenard <clrenard@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-01 15:36:05 +0000
committerGravatar clrenard <clrenard@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-01 15:36:05 +0000
commit34f26b527c2bec59ed496760329603b20ea6e332 (patch)
treef597ca512ec79d102d0c62d377d05eedbe34d87c /CHANGES
parent1d5d6427e6ab85f925207ee099729932c669ab16 (diff)
Nouvelle tactique EExists
Changement des exports pour tactic EXTEND : with_bindings devient bindings qui prend plus le with, il faut le mettre à la main dans la règle. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5052 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a9a8698d9..e094fd2a8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -190,6 +190,7 @@ Tactics
- Field now works on types in Set
- Auto with reals now try to replace le by ge (Rge_le is no longer an
immediate hint), resulting in shorter proofs
+- Some new tactics : EConstructor, ELeft, Eright, ESplit, EExists
Extraction (See details in contrib/extraction/CHANGES)