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

medeia.generic.auto.auto.scala Maven / Gradle / Ivy

The newest version!
package medeia.generic

package object auto {
  type AutoDerivationUnlocked[_] = AutoDerivationUnlocker
  implicit val unlocker: AutoDerivationUnlocker = new AutoDerivationUnlocker {}
}

private[medeia] sealed abstract class AutoDerivationUnlocker




© 2015 - 2024 Weber Informatics LLC | Privacy Policy