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

Disjoint on object properties and functions #212

Open
kaleidawave opened this issue Oct 30, 2024 · 0 comments
Open

Disjoint on object properties and functions #212

kaleidawave opened this issue Oct 30, 2024 · 0 comments
Labels
checking Issues around checking disjoint Related to disjoint operation good-first-issue PRs welcome 🙏

Comments

@kaleidawave
Copy link
Owner

I would wait for #209 to merge (or branch of that) before attempting this

The disjoint operation needs some additional cases

For objects, they are disjoint if:

  • Any object properties of itself are in the other have disjoint members

For functions, they are disjoint if:

  • Return types are disjoint
  • Not sure if anything can be figured from the parameters for now?
@kaleidawave kaleidawave added checking Issues around checking good-first-issue PRs welcome 🙏 disjoint Related to disjoint operation labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
checking Issues around checking disjoint Related to disjoint operation good-first-issue PRs welcome 🙏
Projects
None yet
Development

No branches or pull requests

1 participant