We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c44e9d commit 648fdb9Copy full SHA for 648fdb9
containers/src/Data/Sequence/Internal.hs
@@ -523,7 +523,7 @@ apSeq fs xs@(Seq xsFT) = case viewl fs of
523
EmptyR -> fmap firstf xs
524
Seq fs''FT :> lastf -> case rigidify xsFT of
525
RigidEmpty -> empty
526
- RigidOne (Elem x) -> fmap ($x) fs
+ RigidOne (Elem x) -> fmap ($ x) fs
527
RigidTwo (Elem x1) (Elem x2) ->
528
Seq $ ap2FT firstf fs''FT lastf (x1, x2)
529
RigidThree (Elem x1) (Elem x2) (Elem x3) ->
0 commit comments