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

equality operator is missing symmetric property #26

Open
julochrobak opened this issue Nov 9, 2013 · 1 comment
Open

equality operator is missing symmetric property #26

julochrobak opened this issue Nov 9, 2013 · 1 comment

Comments

@julochrobak
Copy link
Contributor

The equality operator is missing the symmetric property. In some cases, the results are different depending on the order in which the attributes compared.

For example:

[ a | a <- [ 0, "1" ], a == "" ]

and

[ a | a <- [ 0, "1" ], "" == a ]
@ostap
Copy link
Owner

ostap commented Nov 11, 2013

Indeed, there is a problem with "" == 0 vs 0 == "".

ostap pushed a commit that referenced this issue Nov 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants