Skip to content

Commit 759daf2

Browse files
committed
style tweak
1 parent 7451586 commit 759daf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Data/List/Types.purs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ instance functorList :: Functor List where
7474
-- https://discuss.ocaml.org/t/a-new-list-map-that-is-both-stack-safe-and-fast/865
7575
-- chunk sizes determined through experimentation
7676
listMap :: forall a b. (a -> b) -> List a -> List b
77-
listMap f = startUnrolledMap unrollLimit
78-
where
77+
listMap f = startUnrolledMap unrollLimit where
7978
-- iterate the unrolled map up to 1000 times,
8079
-- which hits up to 5000 elements
8180
unrollLimit = 1000

0 commit comments

Comments
 (0)