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 ca0f386 commit 19deee3Copy full SHA for 19deee3
src/Data/Semigroup/Foldable.purs
@@ -95,7 +95,7 @@ instance foldableMultiplicative :: Foldable1 Multiplicative where
95
foldl1 _ (Multiplicative x) = x
96
foldMap1 f (Multiplicative x) = f x
97
98
-instance foldable1Tuple :: Foldable1 (Tuple a) where
+instance foldableTuple :: Foldable1 (Tuple a) where
99
foldMap1 f (Tuple _ x) = f x
100
foldr1 _ (Tuple _ x) = x
101
foldl1 _ (Tuple _ x) = x
0 commit comments