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
--Error:----------------------------------------------------------------------4|valAccount(Balance(acc = kind), data) = acc
|^|Illegal combination of named and unnamed tuple elements
1 error found
Expectation
I thought this error only applied within the same constructor - i.e. Balance, it should not care that Account uses positional patterns surely.
The text was updated successfully, but these errors were encountered:
Compiler version
3.7.0
Minimized code
Output
Expectation
I thought this error only applied within the same constructor - i.e. Balance, it should not care that Account uses positional patterns surely.
The text was updated successfully, but these errors were encountered: