diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-01-04 14:07:59 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-01-04 14:07:59 +0000 |
commit | 883bea94e52fff9cee76894761d3704872d7a61d (patch) | |
tree | f60ce0ef15521daba0c996666562df16ea6edf6e /CHANGES | |
parent | c7f63628e3659cc95235c71402c43b50aef3893d (diff) |
Few misc. updates.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12622 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -126,6 +126,8 @@ Library - Lemmas in library Relations and Reals have been homogenized a bit. - The implicit argument of Logic.eq is now maximally inserted, allowing to simply write "eq" instead of "@eq _" in morphism signatures. +- Light revision and extension of the List library (possible source + of incompatibilities solvable by qualifying names accordingly). - Revision of the Sorting library: - new mergesort of worst-case complexity O(n*ln(n)) made available in Mergesort.v; |