There is already some code for bifunctor in tofu-core in package bi. So it would be nice to have more bifunctor-friendly code.
I think that these packages are quite important in day-to-day work:
- logging
- Mid typeclass
- Start, Race, Fire typeclasses
- maybe some syntax extensions for converting between F[Either[E, A]] ~ F[E, A] and interop with izumi?
There is already some code for bifunctor in tofu-core in package bi. So it would be nice to have more bifunctor-friendly code.
I think that these packages are quite important in day-to-day work: