Closed skeqiqevian closed 3 months ago
I'm not sure if this was previously an intentional choice, but it feels weird that something like x[i] can successfully match with x[i, j].
x[i]
x[i, j]
Turned out to be a bigger can of worms than I thought, so I'm going to close it.
I'm not sure if this was previously an intentional choice, but it feels weird that something like
x[i]
can successfully match withx[i, j]
.