- Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
Foldable has no fold member and Data.Foldable defines fold = foldMap identity
but Foldable1 has a fold1 member and Data.Semigroup.Foldable defines fold1Default = foldMap1 identity
. Since the addition of foldr1 and foldl1 is already a breaking change, should we also remove fold1 from Foldable1 and rename fold1Default to fold1 for consistency?
Metadata
Metadata
Assignees
Labels
No labels