[commit: packages/containers] ghc-head: Merge pull request #35 from rrnewton/splittable (4027319)

git at git.haskell.org git at git.haskell.org
Thu Jan 16 07:51:12 UTC 2014


Repository : ssh://git@git.haskell.org/containers

On branch  : ghc-head
Link       : http://git.haskell.org/packages/containers.git/commitdiff/4027319ba3fb920ef2f790cc11e23457e680e5d3

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

commit 4027319ba3fb920ef2f790cc11e23457e680e5d3
Merge: 4f7bc51 17c5640
Author: Milan Straka <fox at ucw.cz>
Date:   Wed Dec 4 10:07:00 2013 -0800

    Merge pull request #35 from rrnewton/splittable
    
    Add splitRoot function for Map, Set, IntMap, IntSet.



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

4027319ba3fb920ef2f790cc11e23457e680e5d3
 Data/IntMap/Base.hs        |   26 ++++++++++++++++++++++++++
 Data/IntMap/Lazy.hs        |    1 +
 Data/IntMap/Strict.hs      |    1 +
 Data/IntSet.hs             |    1 +
 Data/IntSet/Base.hs        |   26 ++++++++++++++++++++++++++
 Data/Map/Base.hs           |   26 ++++++++++++++++++++++++++
 Data/Map/Lazy.hs           |    1 +
 Data/Map/Strict.hs         |    1 +
 Data/Set.hs                |    1 +
 Data/Set/Base.hs           |   26 ++++++++++++++++++++++++++
 containers.cabal           |    2 +-
 tests/intmap-properties.hs |    4 ++++
 tests/intset-properties.hs |    4 ++++
 tests/map-properties.hs    |   19 +++++++++++++++----
 tests/set-properties.hs    |   21 ++++++++++++++++-----
 15 files changed, 150 insertions(+), 10 deletions(-)



More information about the ghc-commits mailing list