diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-03-19 20:56:43 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-03-19 20:56:43 +0000 |
commit | 509cd11ac957c0ff97cbe9a0cd50852c74095e36 (patch) | |
tree | aeadbbc55f35b9c572a4f76084bb5ec7a5c9e401 /CHANGES | |
parent | 0157aadd967fcba870fb9bf74ea2af7671105efc (diff) |
migration of the old IntMap library from StdLib to a user contrib (Cachan/IntMap)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10699 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,8 @@ Commands Libraries +- library IntMap, subsumed by FSets/FMaps, has been removed from + Coq Standard Library and moved into a user contribution Cachan/IntMap - Better computational behavior of some constants (eq_nat_dec and le_lt_dec more efficient, Z_lt_le_dec and Positive_as_OT.compare transparent, ...) [exceptionally source of incompatibilities]. |