You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should have been caught by the type-checker earlier as it isn't allowed to define a List/Tuples of non-Data entities to begin with. This shouldn't reach down to code-generation (so that it is properly unreachable).
The text was updated successfully, but these errors were encountered:
What Git revision are you using?
v1.0.23-alpha+8584adc
What operating system are you using, and which version?
Describe what the problem is?
Encountered
aiken::fatal::error
While building the following code:
A similar error occurs with tuples as well:
What should be the expected behavior?
This should have been caught by the type-checker earlier as it isn't allowed to define a List/Tuples of non-Data entities to begin with. This shouldn't reach down to code-generation (so that it is properly unreachable).
The text was updated successfully, but these errors were encountered: