I really doubt so, for example (x: Int, y: Int) ?=> Int
doesn’t contain a tuple, (t: (x: Int, y: Int)) ?=> Int
does
Also this behaviour precedes named tuples, see this discussion for more details:
I really doubt so, for example (x: Int, y: Int) ?=> Int
doesn’t contain a tuple, (t: (x: Int, y: Int)) ?=> Int
does
Also this behaviour precedes named tuples, see this discussion for more details: