Repository : ssh://darcs.haskell.org//srv/darcs/packages/containers

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/69ae2392c426412f58067e91c949d3faed69a619

>---------------------------------------------------------------

commit 69ae2392c426412f58067e91c949d3faed69a619
Author: Milan Straka <[email protected]>
Date:   Mon Dec 12 13:08:36 2011 +0100

    Add toDescList.
    
    Add toDescList to IntMap, Set and IntSet. Also add
    corresponding fusion RULES and tests.
    
    The function is added as community was opposed to removing
    toDescList from Map.

 Data/IntMap/Base.hs        |   10 ++++++++++
 Data/IntMap/Lazy.hs        |    1 +
 Data/IntMap/Strict.hs      |    1 +
 Data/IntSet.hs             |    7 +++++++
 Data/Map/Base.hs           |    5 ++++-
 Data/Set.hs                |    7 +++++++
 tests/intmap-properties.hs |   13 +++++++++++++
 tests/intset-properties.hs |    9 +++++++++
 tests/map-properties.hs    |    9 +++++++++
 tests/set-properties.hs    |    9 +++++++++
 10 files changed, 70 insertions(+), 1 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 69ae2392c426412f58067e91c949d3faed69a619

_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to