ekmett / bifunctors

Haskell 98 bifunctors, bifoldables and bitraversables
Other
57 stars 42 forks source link

Migrate `Foldable1`/`Bifoldable1` instances from `semigroupoids` #113

Closed RyanGlScott closed 1 year ago

RyanGlScott commented 1 year ago

This is part of an effort to adapt to this Core Libraries Proposal, which adds Foldable1 and Bifoldable1 to base. This is a prerequisite for re-exporting these classes from semigroupoids; see ekmett/semigroupoids#130.