So, the question is, why don’t `(X)->Y` behaves...
# getting-started
m
So, the question is, why don’t
(X)->Y
behaves exactly like
Function1<X, Y>
?