[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: Move the closing parent to a separate line. (97599c0)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:36:03 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/97599c082e5388551d2f8f767045b807194083fa
>---------------------------------------------------------------
commit 97599c082e5388551d2f8f767045b807194083fa
Author: Milan Straka <fox at ucw.cz>
Date: Mon Dec 15 08:24:34 2014 +0100
Move the closing parent to a separate line.
>---------------------------------------------------------------
97599c082e5388551d2f8f767045b807194083fa
benchmarks/Sequence.hs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/benchmarks/Sequence.hs b/benchmarks/Sequence.hs
index 8fd1fcf..8bc2d74 100644
--- a/benchmarks/Sequence.hs
+++ b/benchmarks/Sequence.hs
@@ -36,7 +36,8 @@ main = do
[ bench "ix10000/5000" $ nf (\(xs,ys) -> S.zip xs ys `S.index` 5000) (s10000, u10000)
, bench "nf100" $ nf (uncurry S.zip) (s100, u100)
, bench "nf10000" $ nf (uncurry S.zip) (s10000, u10000)
- ] ]
+ ]
+ ]
-- splitAt+append: repeatedly cut the sequence at a random point
-- and rejoin the pieces in the opposite order.
More information about the ghc-commits
mailing list