tofu.higherKind.bi.Tuple2BK.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tofu-core-higher-kind_3 Show documentation
Show all versions of tofu-core-higher-kind_3 Show documentation
Opinionated set of tools for functional programming in Scala
package tofu.higherKind.bi
final case class Tuple2BK[F[+_, +_], G[+_, +_], +A, +B](_1: F[A, B], _2: G[A, B])