Skip to content

Commit 19deee3

Browse files
committed
fixup! fixup! Refactor functors and related packages
1 parent ca0f386 commit 19deee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Semigroup/Foldable.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ instance foldableMultiplicative :: Foldable1 Multiplicative where
9595
foldl1 _ (Multiplicative x) = x
9696
foldMap1 f (Multiplicative x) = f x
9797

98-
instance foldable1Tuple :: Foldable1 (Tuple a) where
98+
instance foldableTuple :: Foldable1 (Tuple a) where
9999
foldMap1 f (Tuple _ x) = f x
100100
foldr1 _ (Tuple _ x) = x
101101
foldl1 _ (Tuple _ x) = x

0 commit comments

Comments
 (0)