[commit: packages/containers] cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-408-bugfix_394: Merge pull request #305 from treeowl/restriction (1d2807a)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:44:28 UTC 2017


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

On branches: cleaned_bugfix394,master,merge-doc-target,merge-fixes-5.9,merge-restrict-fix-5.8,revert-408-bugfix_394
Link       : http://git.haskell.org/packages/containers.git/commitdiff/1d2807a6e537f1de2e10bfef58d44229e225dc4e

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

commit 1d2807a6e537f1de2e10bfef58d44229e225dc4e
Merge: f24a6f4 f90ab2f
Author: David Feuer <David.Feuer at gmail.com>
Date:   Tue Jul 26 01:36:09 2016 -0400

    Merge pull request #305 from treeowl/restriction
    
    Add restrictKeys and withoutKeys



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

1d2807a6e537f1de2e10bfef58d44229e225dc4e
 Data/IntMap/Base.hs        | 89 ++++++++++++++++++++++++++++++++++++++++++++++
 Data/IntMap/Lazy.hs        |  2 ++
 Data/IntMap/Strict.hs      |  2 ++
 Data/Map/Base.hs           | 60 +++++++++++++++++++++++++++++--
 Data/Map/Lazy.hs           |  2 ++
 Data/Map/Strict.hs         |  2 ++
 Data/Set/Base.hs           |  6 ++--
 Data/Utils/StrictMaybe.hs  | 21 +++++++++++
 changelog.md               |  3 +-
 containers.cabal           |  1 +
 tests/intmap-properties.hs | 26 ++++++++++----
 tests/map-properties.hs    | 28 +++++++++++----
 12 files changed, 222 insertions(+), 20 deletions(-)



More information about the ghc-commits mailing list