|
|
|
|
|
by int_19h
3489 days ago
|
|
A largely unrelated question: do you know why most ML dialects have this weird scoping rule for record members, where they share the same scope as the record itself (and so another record cannot easily reuse the same field name)? It seems awfully inconvenient, and it feels like it could be trivially resolved by allowing reuse with an explicit disambiguation syntax. Or am I missing something? |
|
Perhaps I've misunderstood the question. If so, can you give me an example?