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

cats.laws.IsEq.scala Maven / Gradle / Ivy

The newest version!
package cats
package laws

/** Represents two values of the same type that are expected to be equal. */
final case class IsEq[A](lhs: A, rhs: A)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy