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

jam.monad.core.RevalKeyGen.scala Maven / Gradle / Ivy

The newest version!
package jam.monad.core

case class RevalKeyGen[A](key: Object)

object RevalKeyGen extends RevalKeyGenTypeBinCompat {
    def apply[A](implicit key: RevalKeyGen[A]): RevalKeyGen[A] = key
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy