Skip to content

equality operator is missing symmetric property #26

@julochrobak

Description

@julochrobak

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 ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions