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

com.avsystem.commons.misc.SelfInstance.scala Maven / Gradle / Ivy

The newest version!
package com.avsystem.commons
package misc

case class SelfInstance[C[_]](instance: C[_])
object SelfInstance {
  implicit def materialize[C[_]]: SelfInstance[C] = macro macros.misc.MiscMacros.selfInstance[C[_]]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy