
wei-k.zeroapply-scalaz_2.12.0-M4.0.2.1.source-code.CaseClass.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zeroapply-scalaz_2.12.0-M4 Show documentation
Show all versions of zeroapply-scalaz_2.12.0-M4 Show documentation
zero cost Apply/Applicative syntax
The newest version!
package zeroapply
import scalaz.{Order, Equal}
import scala.language.experimental.macros
object CaseClass{
def equal[Z]: Equal[Z] =
macro CaseClassImpl.equalImpl[Z]
def order[Z]: Order[Z] =
macro CaseClassImpl.orderImpl[Z]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy