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

Fix bounds of #[derive(DisjointUnion)] not behaving like identity elements #27

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

kaidaniel
Copy link
Contributor

When using #[derive(DisjointUnion)], the resulting abstract domain's "top" is not an identity element of "meet" and the resulting abstract domain's "bottom" is not an identity element of "join".

This is described in more detail in #25.

This PR proposes adding tests and changing the proc macro so that these tests pass.

Depends on #26 (I'll re-base once that one is merged).

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants