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 b71a410 commit ce1cb53Copy full SHA for ce1cb53
docs/typeclasses/bifoldable.md
@@ -2,7 +2,6 @@
2
3
API Documentation: @:api(cats.Bifoldable)
4
5
-
6
`Bifoldable[F[_,_]]` instances identify data structures with two independent `Foldable` that fold to the same summary value.
7
8
As a reminder `Foldable` is implemented in terms of `foldLeft` and `foldRight`; similarly `Bifoldable` is implemented in terms of:
0 commit comments