File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -3358,7 +3358,6 @@ fromSet f (Set.Bin sz x l r) = Bin sz x (f x) (fromSet f l) (fromSet f r)
3358
3358
3359
3359
{- -------------------------------------------------------------------
3360
3360
Lists
3361
- use [foldlStrict] to reduce demand on the control-stack
3362
3361
--------------------------------------------------------------------}
3363
3362
#if __GLASGOW_HASKELL__ >= 708
3364
3363
-- | @since 0.5.6.2
Original file line number Diff line number Diff line change @@ -1471,7 +1471,6 @@ fromSet f (Set.Bin sz x l r) = case f x of v -> v `seq` Bin sz x v (fromSet f l)
1471
1471
1472
1472
{- -------------------------------------------------------------------
1473
1473
Lists
1474
- use [foldlStrict] to reduce demand on the control-stack
1475
1474
--------------------------------------------------------------------}
1476
1475
-- | /O(n*log n)/. Build a map from a list of key\/value pairs. See also 'fromAscList'.
1477
1476
-- If the list contains more than one value for the same key, the last value
You can’t perform that action at this time.
0 commit comments