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

tofu.magnolia.compat.scala Maven / Gradle / Ivy

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

object compat {
  type Param[Typeclass[_], Type] = magnolia1.Param[Typeclass, Type]

  def deref[Typeclass[_], Type](p: Param[Typeclass, Type]): Type => p.PType = tpe => p.dereference(tpe)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy