arrow-core-data / arrow.core / MapKOf
typealias ~~MapKOf~~<K, A> = Kind2<
ForMapK
, K, A>
Deprecated: Higher Kinded types and their related type classes will no longer be supported after Arrow 0.13.0. Most relevant APIs are now concrete over the data types available as members or top level extension functions
MapK | data class ~~MapK~~<K, out A> : MapKOf <K, A>, Map <K, A> |
Do you like Arrow?
✖