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 concept write-up was wrong about equal and arrays #769

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

verdammelt
Copy link
Member

Arrays are only equal if the arrays are eq. (Except for
strings which are already mentioned; and vectors which will need their
own concept)

Fixes #696

Arrays are only equal if the arrays are eq. (Except for
strings which are already mentioned; and vectors which will need their
own concept)

Fixes #696
@verdammelt verdammelt merged commit 6960898 into main Nov 22, 2023
6 checks passed
@verdammelt verdammelt deleted the fix-equality-documentation branch November 22, 2023 20:10
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

Successfully merging this pull request may close these issues.

Possible error in equality introduction
1 participant