We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following match returns false:
data A = a(); [ a() ] := [ a() ]
I believe this has something to do with translatePatternAsConstant. Println from within MATCH_LITERAL_IN_LIST shows the problem:
translatePatternAsConstant
MATCH_LITERAL_IN_LIST
"MATCH_LITERAL_IN_LIST: false" "a"() [IValue] 0 [Java] a() [IValue]
@PaulKlint, could you, please, take a look? This issue does not happen in set patterns, though.
The text was updated successfully, but these errors were encountered:
Added a test related to #516
308039b
PaulKlint
No branches or pull requests
The following match returns false:
I believe this has something to do with
translatePatternAsConstant
. Println from withinMATCH_LITERAL_IN_LIST
shows the problem:@PaulKlint, could you, please, take a look? This issue does not happen in set patterns, though.
The text was updated successfully, but these errors were encountered: