When working with ragged arrays, it's sometimes useful to me to have transformed parameters of the type
tuple(
array[n_groups] int,
vector[n_total]
)
However, this is not allowed, due to the restriction in the title.
It would be nice if ths restriction could be lifted, though there are of course ways to work around it.