Check value equality between objects with lambdas

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:

1 Like