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

Minimizer: try to split <+ into Include #149

Open
SkySkimmer opened this issue Mar 16, 2023 · 1 comment
Open

Minimizer: try to split <+ into Include #149

SkySkimmer opened this issue Mar 16, 2023 · 1 comment
Labels
minimize more Issues related to getting the minimizer to do more minimization

Comments

@SkySkimmer
Copy link
Contributor

Typically Module Foo args := A <+ B is the same as

Module Foo args.
Include A.
Include B.
End Foo.
@JasonGross JasonGross added the minimize more Issues related to getting the minimizer to do more minimization label Mar 16, 2023
@JasonGross
Copy link
Owner

This should be pretty easy with a regex.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minimize more Issues related to getting the minimizer to do more minimization
Projects
None yet
Development

No branches or pull requests

2 participants