Skip to content

Commit 87c5a16

Browse files
committed
style tweak
1 parent 39bb1c3 commit 87c5a16

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
@@ -77,8 +77,7 @@ instance functorList :: Functor List where
7777
-- https://discuss.ocaml.org/t/a-new-list-map-that-is-both-stack-safe-and-fast/865
7878
-- chunk sizes determined through experimentation
7979
listMap :: forall a b. (a -> b) -> List a -> List b
80-
listMap f = startUnrolledMap unrollLimit
81-
where
80+
listMap f = startUnrolledMap unrollLimit where
8281
-- iterate the unrolled map up to 1000 times,
8382
-- which hits up to 5000 elements
8483
unrollLimit = 1000

0 commit comments

Comments
 (0)