Skip to content
New issue

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

Recursive value pattern match doesn't work for tuples #103

Open
momohatt opened this issue Oct 12, 2019 · 0 comments
Open

Recursive value pattern match doesn't work for tuples #103

momohatt opened this issue Oct 12, 2019 · 0 comments
Labels

Comments

@momohatt
Copy link
Member

momohatt commented Oct 12, 2019

> eqAs (multiset (multiset integer)) [[1, 2]] [[2, 1]]
True
> eqAs (multiset integer, integer) ([1, 2], 3) ([2, 1], 3)
False

Given the result of the first example, the second one should be True as well...

@momohatt momohatt added the bug label Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant