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 f600fc4 commit 4d688b8Copy full SHA for 4d688b8
src/Data/MonoTraversable/Keys.hs
@@ -815,7 +815,7 @@ instance MonoFoldableWithKey (Seq a) where
815
{-# INLINE ofoldrWithKey #-}
816
{-# INLINE ofoldlWithKey #-}
817
818
- ofoldMapWithKey = Seq.foldMapWithIndex
+ ofoldMapWithKey = foldMapWithKey
819
820
ofoldrWithKey = Seq.foldrWithIndex
821
@@ -1957,7 +1957,7 @@ instance Functor m => MonoAdjustable (S.RWST r w s m a) where
1957
instance MonoAdjustable (Seq a) where
1958
{-# INLINE oadjust #-}
1959
1960
- oadjust = Seq.adjust'
+ oadjust = adjust
1961
1962
1963
-- Cannot instantiate because the adjust might violate the internal structure
0 commit comments