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

tofu.internal.DataEffectComp.scala Maven / Gradle / Ivy

There is a newer version: 0.9.2
Show newest version
package tofu.internal

trait DataEffectComp[TC[_[_], _]] {
  def apply[F[_], A](implicit instance: TC[F, A]): TC[F, A] = instance
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy