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

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

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

import cats.Order
import refined4s.*

/** @author Kevin Lee
  * @since 2023-12-30
  */
trait CatsOrder[A: Order] {
  self: NewtypeBase[A] =>

  inline given derivedOrder: Order[Type] = deriving[Order]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy