Closed Timmmm closed 9 hours ago
Would make sense to have this because it works for vector concatenation patterns, however concatenation expressions are type checked as regular functions. That has its advantages, but also means special casing things might be tricky.
Should be fixed by https://github.com/rems-project/sail/pull/753
It would be neat if this worked:
Unfortunately it doesn't currently:
Obviously there will be situations where it is impossible:
But as long as there is at most 1 implicit length in the concatenation it should be possible in theory I guess?
Workaround is to put it in a function and make it explicit within the function, but it's not as nice.