Skip to content

List and cons equality broken #2

Description

@alandipert

Equality comparison of lists and conses seems to be broken:

=> (eq '(1 2 3) '(1 2 4))
true
=> (eq (cons 1 2) (cons 1 3))
true

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions