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

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

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

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

object BiTemplate {
  type No <: Nothing

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy