Skip to content

Commit ce1cb53

Browse files
authored
Update bifoldable.md
1 parent b71a410 commit ce1cb53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/typeclasses/bifoldable.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
API Documentation: @:api(cats.Bifoldable)
44

5-
65
`Bifoldable[F[_,_]]` instances identify data structures with two independent `Foldable` that fold to the same summary value.
76

87
As a reminder `Foldable` is implemented in terms of `foldLeft` and `foldRight`; similarly `Bifoldable` is implemented in terms of:

0 commit comments

Comments
 (0)