aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar courant <courant@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-10-02 15:39:32 +0000
committerGravatar courant <courant@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-10-02 15:39:32 +0000
commitc5857506019a9c176753012fe97ff33b7a1e7f2a (patch)
treed4b57a4b6278e9c258b9b81a559e762e13837d06 /CHANGES
parent4ff816b88a3580f4006e02e3262d02389c70f0bc (diff)
Changements Omega
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3069 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2c3d1d441..f7a71e2bf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -43,6 +43,10 @@ Tactics
- "Inversion" now applies also on quantified hypotheses (naming as
for Intros until)
- NewDestruct now accepts terms with missing hypotheses
+- Omega could solve goals such as ~`x<y` |- `x>=y` but failed when the
+ hypothesis was unfolded to `x < y` -> False. This is fixed. In addition,
+ it can also recognize 'False' in the hypothesis and use it to solve the
+ goal.
Miscellaneous