arrow-core-data / arrow.core / contramap
fun <A, T, U> Const<A, T>.contramap(f: (U) -> T): Const<A, U>
fun <A, T, U>
Const
<A, T>.contramap(f: (U) -> T):
<A, U>
Do you like Arrow?