aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar narboux <narboux@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-07-15 15:27:42 +0000
committerGravatar narboux <narboux@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-07-15 15:27:42 +0000
commit14e850d63d17d9a7094a23d2a59ca9f968b5976a (patch)
treeef42a82ffc32a67954935e89be217603d7669876 /CHANGES
parent93b9b88d8c9b01b062948997ba627a404e52585f (diff)
add a left and right tactic for classical logic
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7234 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8369a2585..dcd395e68 100644
--- a/CHANGES
+++ b/CHANGES
@@ -45,6 +45,8 @@ Tactics
- Added "autorewrite with ... in hyp [using ...]" (doc TODO).
- Added entry constr_may_eval for tactic extensions (new syntax).
- Fixed a "fold" bug (non critical and possible source of incompatibilities).
+- Added classical_left and classical_right which transforms |- A \/ B into
+ ~B |- A and ~A |- B respectively.
Modules