tofu.internal.carriers.scoped.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tofu-kernel_3 Show documentation
Show all versions of tofu-kernel_3 Show documentation
Opinionated set of tools for functional programming in Scala
package tofu.internal
package carriers
import tofu.ScopedExecute
trait ScopedCarrier2[T, F[_]] extends ScopedExecute[T, F]
object ScopedCarrier2 extends ScopedCarrier2Macro
trait ScopedCarrier3[T, F[_]] extends ScopedExecute[T, F]
object ScopedCarrier3 extends ScopedCarrier3Macro
© 2015 - 2025 Weber Informatics LLC | Privacy Policy