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
0012: let _ = foo<false, u32:1> { data: xN[false][1]:0};
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^------------^ XlsTypeError: Mismatch between member and argument types.
Type mismatch:
xN[is_signed=0][1]
vs xN[is_signed=0][1]
Maybe this is related to parametric signedness?
To Reproduce
Compile the above.
Expected behavior
That it works without error.
The text was updated successfully, but these errors were encountered:
Describe the bug
fails with
Maybe this is related to parametric signedness?
To Reproduce
Compile the above.
Expected behavior
That it works without error.
The text was updated successfully, but these errors were encountered: