tofu.internal.EffectCompHK.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.internal
trait EffectCompHK[TC[mod[f[_]]]] {
def apply[Mod[f[_]]](implicit instance: TC[Mod]): TC[Mod] = instance
}