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

tofu.higherKind.package.scala Maven / Gradle / Ivy

There is a newer version: 0.13.6
Show newest version
package tofu

package object higherKind {
  type Pre[F[_], A] = Pre.T[F, A]

  type UnitK[A] = Unit

  type HKAny[_] = Any
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy