aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-30 19:16:25 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-30 19:16:25 +0000
commit6303f9822038dae7f0a372f6f6994ce623e65fdc (patch)
tree0e5440f6aab6acf58b24f17fe8f7ba9ba8942461 /CHANGES
parent9008f76eceb2a0fca60b8cf5a2f03fafa055c132 (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5040 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 7 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 6cada73db..7781c0bd0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -149,10 +149,13 @@ Library
use the second name (Zle_Zmult_right2, Zle_mult_simpl), (OMEGA2,
Zle_0_plus), (Zplus_assoc_l, Zplus_assoc), (Zmult_one, Zmult_1_n),
(Zmult_assoc_l, Zmult_assoc), (Zmult_minus_distr, Zmult_Zminus_distr_l)
- (add_un_double_moins_un_xO, is_double_moins_un) (source of incompatibilities)
-- Few minor changes (order of arguments of Zsimpl_le_plus_r and
- Zsimpl_le_plus_l changed, simpl_plus_l, simpl_le_plus_l; no more
- implicit arguments in Zmult_Zminus_distr_l and Zmult_Zminus_distr_r)
+ (add_un_double_moins_un_xO, is_double_moins_un),
+ (Rlt_monotony_rev,Rlt_monotony_contra) (source of incompatibilities)
+- Few minor changes (order of arguments of Zsimpl_le_plus_r,
+ Zsimpl_le_plus_l changed, Rge_monotony, Rlt_monotony_contra and
+ Rle_monotony_contra; simpl_plus_l, simpl_le_plus_l; no more implicit
+ arguments in Zmult_Zminus_distr_l and Zmult_Zminus_distr_r, lemmas
+ moved from Zcomplements to other files) (source of incompatibilities)
- New lemmas provided by users added
Tactic language