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

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

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

final case class Tuple2BK[F[+_, +_], G[+_, +_], +A, +B](_1: F[A, B], _2: G[A, B])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy