
tofu.data.calc.CalcT.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.data
package calc
object CalcT {
def lift[F[+_], S, A](fa: F[A]): CalcT[F, Any, S, S, Nothing, A] = CalcM.lift[UnaryM[F, +_, +_], S, Nothing, A](fa)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy