tofu.higherKind.package.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
package object higherKind {
type Pre[F[_], A] = Pre.T[F, A]
type UnitK[A] = Unit
type HKAny[_] = Any
}