-
Notifications
You must be signed in to change notification settings - Fork 274
Permutation import syntax #689
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
base: master
Are you sure you want to change the base?
Conversation
|
It would have a much more natural vibe to say |
Yes, technically it's possible, but that would steal syntax. qualified :: a -> a
qualified x = xis valid Haskell today. Adding what you suggest would require to steal syntax by turning |
|
since |
Fair point. It might work indeed. If we write we get confusing parsing error anyway, so in this case we'll probably get error like with i.e. something like as |
|
rendered PR link is a 404 |
|
It is a April Fool Joke Proposal and this day is gone, so maybe it is better to change status to Draft and Closed! |
This proposal adds a new extension
-XPermutationImportSyntaxgreatlyrelaxing the import syntax, and therefore extends
-XQualifiedImports.Rendered