All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tofu.higherKind.bi.SemigroupalBK.scala Maven / Gradle / Ivy

There is a newer version: 0.13.6
Show newest version
package tofu.higherKind.bi

trait SemigroupalBK[U[f[_, _]]] extends FunctorBK[U] {
  def map2b[F[_, _], G[_, _], H[_, _]](uf: U[F], ug: U[G])(fk: Fun2BK[F, G, H]): U[H]
}

object SemigroupalBK {
  def apply[U[f[_, _]]](implicit su: SemigroupalBK[U]): SemigroupalBK[U] = su
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy