[commit: packages/containers] cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-408-bugfix_394: Add deleteAt to Data.Sequence (40c8190)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:43:01 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/40c8190d2fff0b3ba2985454668642315f6a2c53

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

commit 40c8190d2fff0b3ba2985454668642315f6a2c53
Author: David Feuer <David.Feuer at gmail.com>
Date:   Mon May 30 18:44:00 2016 -0400

    Add deleteAt to Data.Sequence
    
    This is messy, and may remain so, but it would be nice to find
    some way to clean it up a bit. Also, we can and should be
    more eager about rebuilding and should look for opportunities to
    use arithmetic to figure out sizes.


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

40c8190d2fff0b3ba2985454668642315f6a2c53
 Data/Sequence.hs        | 238 ++++++++++++++++++++++++++++++++++++++++++++++++
 benchmarks/Sequence.hs  |  19 ++++
 tests/seq-properties.hs |   9 ++
 3 files changed, 266 insertions(+)

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 40c8190d2fff0b3ba2985454668642315f6a2c53


More information about the ghc-commits mailing list