[commit: packages/containers] changelog-foldtree,cleaned_bugfix394,develop-0.6,develop-0.6-questionable,master,merge-doc-target,merge-fixes-5.9,merge-restrict-fix-5.8,revert-184-generic,revert-408-bugfix_394: Nix the Splittable class; add fromFunction (41cc152)

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


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

On branches: changelog-foldtree,cleaned_bugfix394,develop-0.6,develop-0.6-questionable,master,merge-doc-target,merge-fixes-5.9,merge-restrict-fix-5.8,revert-184-generic,revert-408-bugfix_394
Link       : http://git.haskell.org/packages/containers.git/commitdiff/41cc1523f99cecfd93efed16abab28eebd873abb

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

commit 41cc1523f99cecfd93efed16abab28eebd873abb
Author: David Feuer <David.Feuer at gmail.com>
Date:   Sat Dec 6 00:23:44 2014 -0500

    Nix the Splittable class; add fromFunction
    
    Write mapWithIndex using
    a hand-unboxed mapWithIndex#.
    
    Make `split` strict, and add an internal strict `splitAt'`. This
    helps `zipWith` a little.


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

41cc1523f99cecfd93efed16abab28eebd873abb
 Data/Sequence.hs | 249 +++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 167 insertions(+), 82 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 41cc1523f99cecfd93efed16abab28eebd873abb


More information about the ghc-commits mailing list