tofu.higherKind.MonoidalK
See theMonoidalK companion object
higher order form of monoidal functor for all F[_], uf: U[F] , zipWith2K(uf, unitK)(Function2K((f, ) => f)) == uf for all F[], uf: U[F] , zipWith2K(unitK, uf)(Function2K((_, f) => f)) == uf
Type parameters
- U
-
- higher order functor
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
-
trait RepresentableK[U]
Members list
In this article