I.e. `fun <A, B, C> ((A, B) -> C).partial...
# arrow
s
I.e.
fun <A, B, C> ((A, B) -> C).partial(a: A): (B) -> C = { b -> this(a, b)}