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

Get rid of union! and push! #39

Closed
gdalle opened this issue May 3, 2024 · 1 comment · Fixed by #42
Closed

Get rid of union! and push! #39

gdalle opened this issue May 3, 2024 · 1 comment · Fixed by #42

Comments

@gdalle
Copy link
Collaborator

gdalle commented May 3, 2024

Conceptually, tracers are like numbers, so they should not be modified in place.
In particular, when implementing a new pseudo-set type like SortedVector in #38, one should only need to define union

@adrhill
Copy link
Owner

adrhill commented May 3, 2024

Feel free to address this in #38 by modifying distributive_merge, the mechanism of which is described in #35 here.

@gdalle gdalle linked a pull request May 3, 2024 that will close this issue
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 a pull request may close this issue.

2 participants