[commit: containers] master: Update the documentation of strictness properties. (9c1554c)
Ian Lynagh
igloo at earth.li
Thu Feb 23 01:15:07 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/containers
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9c1554c9265bdb7b4d192c795280c03184886b4c
>---------------------------------------------------------------
commit 9c1554c9265bdb7b4d192c795280c03184886b4c
Author: Milan Straka <fox at ucw.cz>
Date: Fri Nov 25 13:41:26 2011 +0100
Update the documentation of strictness properties.
* Document the strictness of keys in Map.Lazy and IntMap.Lazy.
* Document the strictness properties of IntMap.Strict.
* Document the strictness of keys in Set and IntSet.
* Unify various module descriptions accross Map, Set, Int{Map,Set}.
Data/IntMap.hs | 13 +++++++------
Data/IntMap/Lazy.hs | 30 +++++++++++++++++++++++++-----
Data/IntMap/Strict.hs | 45 ++++++++++++++++++++++++++++++++++++---------
Data/IntSet.hs | 17 +++++++++++++++--
Data/Map.hs | 4 ++--
Data/Map/Lazy.hs | 19 ++++++++++++++++++-
Data/Map/Strict.hs | 8 +++++++-
Data/Set.hs | 17 +++++++++++++++--
8 files changed, 125 insertions(+), 28 deletions(-)
Diff suppressed because of size. To see it, use:
git show 9c1554c9265bdb7b4d192c795280c03184886b4c
More information about the Cvs-libraries
mailing list