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

Add bag type for storing constraints and type arguments #199

Open
desaikd opened this issue Aug 14, 2023 · 0 comments
Open

Add bag type for storing constraints and type arguments #199

desaikd opened this issue Aug 14, 2023 · 0 comments

Comments

@desaikd
Copy link
Contributor

desaikd commented Aug 14, 2023

We don't have a bag type. There are plenty of 3P bag/multiset types available, but I don't have a particular one in mind. Either way, we need it so that we have proper equality since the order of the constraints is unimportant.

If open content was modeled separately from the constraints, we could use a set instead of a bag since two completely identical constraints are redundant and functionally equivalent to having only one of them.

Originally posted by @popematt in #191 (comment)

@popematt popematt changed the title Add bag type for cstoring constraints and type arguments Add bag type for storing constraints and type arguments Aug 23, 2023
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

No branches or pull requests

1 participant