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

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

package tofu.higherKind.bi
import BiTemplate.No

trait BiTemplate[F[_, _]] {
  type FS[A] = F[No, A]
}

object BiTemplate {
  type No <: Nothing

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy