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 pass to remove useless transparent module type ascriptions #140

Open
JasonGross opened this issue Oct 7, 2022 · 0 comments
Open

Add pass to remove useless transparent module type ascriptions #140

JasonGross opened this issue Oct 7, 2022 · 0 comments
Labels
enhancement help wanted minimize more Issues related to getting the minimizer to do more minimization

Comments

@JasonGross
Copy link
Owner

If we have Module A <: B., generally the <: B can be removed without changing behavior. Similarly for Module A <: B := ... We should have a pass removing the <: B so that we can minimize Module A without it needing to obey the type B.

@JasonGross JasonGross added enhancement help wanted minimize more Issues related to getting the minimizer to do more minimization labels Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement help wanted minimize more Issues related to getting the minimizer to do more minimization
Projects
None yet
Development

No branches or pull requests

1 participant