eu.timepit.refined.predicates.generic.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of refined_sjs1_2.12 Show documentation
Show all versions of refined_sjs1_2.12 Show documentation
Simple refinement types for Scala
package eu.timepit.refined.predicates
import eu.timepit.refined
object generic extends GenericPredicates
trait GenericPredicates {
final type Equal[U] = refined.generic.Equal[U]
final val Equal = refined.generic.Equal
}