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

refined4s.modules.cats.derivation.CatsEq.scala Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package refined4s.modules.cats.derivation

import cats.Eq
import refined4s.*

/** @author Kevin Lee
  * @since 2023-12-07
  */
trait CatsEq[A: Eq] {
  self: NewtypeBase[A] =>

  inline given derivedEq: Eq[Type] = deriving[Eq]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy