-
Notifications
You must be signed in to change notification settings - Fork 71
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
setdiff
returns a disjoint representation, whereas union
does not
#424
Comments
It's true that in some sense it's inconsistent, but it's what is useful. If you want |
I suppose there are two separate issues, one is consistency in which some operations have an implicit "hull" and others do not. The other issue is about type closure. It would be good if e.g. (even assuming
but since So probably |
Yes, that's a good idea. |
This strikes me as inconsistent:
The text was updated successfully, but these errors were encountered: