arrow-core / arrow.core.extensions.either.eqK2
fun <A, B> ~~liftEq~~(arg0: Eq<A>, arg1: Eq<B>): Eq<Kind<Kind<ForEither, A>, B>>
Do you like Arrow?