or just make smth like `fun ((X, Y, Z) -> XYZ)....
# arrow
t
or just make smth like
fun ((X, Y, Z) -> XYZ).tupled() = { (x, y, z): Tuple<X, Y, Z> -> invoke(x, y, z) }
and pass that😅