[commit: packages/containers] cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-408-bugfix_394: Add fromDesc functions for Data.Map (aed266b)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:44:02 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/aed266bd4707c86038591dcdd30781e86d3bc642

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

commit aed266bd4707c86038591dcdd30781e86d3bc642
Author: David Feuer <David.Feuer at gmail.com>
Date:   Thu Jul 7 15:46:13 2016 -0400

    Add fromDesc functions for Data.Map
    
    Add functions to convert descending lists to maps.


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

aed266bd4707c86038591dcdd30781e86d3bc642
 Data/Map/Base.hs        | 84 ++++++++++++++++++++++++++++++++++++++++++
 Data/Map/Lazy.hs        |  4 ++
 Data/Map/Strict.hs      | 97 ++++++++++++++++++++++++++++++++++++++++++++++++-
 changelog.md            |  3 ++
 tests/map-properties.hs | 21 +++++++++++
 5 files changed, 207 insertions(+), 2 deletions(-)

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

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc aed266bd4707c86038591dcdd30781e86d3bc642


More information about the ghc-commits mailing list