Skip to content

= for collections does not respect equality partitions #556

Closed
@chrisrink10

Description

@chrisrink10

In Clojure, the = function uses what is called "equality partitions" to determine equality between the different builtin collection types. The three partitions are "sequential types" (vectors, lists, seqs), sets, and maps. Elements inside each of these partitions can be considered for equality, but outside of it they are always considered not equal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue-type:bugSomething isn't workinglangIssue pertaining to Basilisp language modules

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions