..
range array does not type check correctly
#1773
Labels
dslx
DSLX (domain specific language) implementation / front-end
..
range array does not type check correctly
#1773
Describe the bug
When using
..
to create an array, the array fails type checking even with the "mismatch" reporting exactly the same dimensions.To Reproduce
fails with:
Expected behavior
Behaves like creating the array explicitly or using the range builtin. The commented out versions both work.
The text was updated successfully, but these errors were encountered: