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

Remove usage of TypeDefinitionImpl to instead use a ConstraintBag #166

Open
desaikd opened this issue Apr 17, 2023 · 0 comments
Open

Remove usage of TypeDefinitionImpl to instead use a ConstraintBag #166

desaikd opened this issue Apr 17, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@desaikd
Copy link
Contributor

desaikd commented Apr 17, 2023

An alternate naming/factoring of TypeDefinitionKindsuch as this:

pub enum TypeDefinition {
    Named(String, ConstraintBag),
    Anonymous(ConstraintBag),
    BuiltIn(BuiltInTypeDefinition),
}

Originally posted by @popematt in #165 (comment)

@desaikd desaikd added this to the M6 milestone Apr 17, 2023
@desaikd desaikd added the enhancement New feature or request label Apr 17, 2023
@desaikd desaikd modified the milestones: M6, M5 May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant