arrow-core / arrow.core.extensions / ConstEqK
interface ~~ConstEqK~~<A> : EqK<ConstPartialOf<A>>
Deprecated: EqK typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Const
| EQA | abstract fun EQA(): Eq<A> | 
    
| eqK | open fun <T> Kind<ConstPartialOf<A>, T>.eqK(other: Kind<ConstPartialOf<A>, T>, EQ: Eq<T>): Boolean | 
    
Do you like Arrow?
✖