[commit: packages/containers] develop-0.6,develop-0.6-questionable,master: Nix the Splittable class; add fromFunction (41cc152)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:42:09 UTC 2015
Repository : ssh://git@git.haskell.org/containers
On branches: develop-0.6,develop-0.6-questionable,master
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