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

be able to 'import opened' a module parameter #30

Open
tjhance opened this issue Jun 4, 2021 · 0 comments
Open

be able to 'import opened' a module parameter #30

tjhance opened this issue Jun 4, 2021 · 0 comments
Labels
modules the module system

Comments

@tjhance
Copy link
Collaborator

tjhance commented Jun 4, 2021

it'd be nice to be able to do this:

module X(y: Y) {
  import opened y
}

or maybe

module X(opened y: Y) {
}
@tjhance tjhance added the modules the module system label Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
modules the module system
Projects
None yet
Development

No branches or pull requests

1 participant