UnivEqCats

object UnivEqCats extends UnivEqCats
Companion
class
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit inline def catsEqFromUnivEq[A](using inline ev: UnivEq[A]): Eq[A]
Inherited from
UnivEqCats
implicit inline def catsMonoidSet[A](using inline ev: UnivEq[A]): Monoid[Set[A]]
Inherited from
UnivEqCats
implicit inline def univEqCatsChain[A](using inline a: UnivEq[A]): UnivEq[Chain[A]]
Inherited from
UnivEqCats
implicit inline def univEqCatsIor[A, B](using inline a: UnivEq[A], inline b: UnivEq[B]): UnivEq[Ior[A, B]]
Inherited from
UnivEqCats
implicit inline def univEqCatsNec[A](using inline a: UnivEq[A]): UnivEq[Type[A]]
Inherited from
UnivEqCats
implicit inline def univEqCatsNel[A](using inline a: UnivEq[A]): UnivEq[NonEmptyList[A]]
Inherited from
UnivEqCats
implicit inline def univEqCatsOneAnd[F[_], A](using inline fa: UnivEq[F[A]], inline a: UnivEq[A]): UnivEq[OneAnd[F, A]]
Inherited from
UnivEqCats