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

other set operations #85

Open
Geal opened this issue Dec 19, 2021 · 1 comment
Open

other set operations #85

Geal opened this issue Dec 19, 2021 · 1 comment
Milestone

Comments

@Geal
Copy link
Contributor

Geal commented Dec 19, 2021

we already have union and intersection for sets, it would make sense to have the difference operation too.
And maybe add and remove too (they can be implemented using union and difference, but it would make them easier to use with dedicated calls)

@divarvel divarvel added this to the Datalog update milestone Oct 10, 2023
@divarvel
Copy link
Collaborator

If we relax constraints on sets following #135, especially if we allow nesting sets, we won't be able to keep the overloaded methods on sets (which would have been a convenient way to provide add / remove with overloaded union / difference)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Design
Development

No branches or pull requests

2 participants