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

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

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

import refined4s.NewtypeBase

/** @author Kevin Lee
  * @since 2023-12-07
  */
trait CatsEqShow[A] extends CatsEq[A] with CatsShow[A] {
  self: NewtypeBase[A] =>
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy