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

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

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