On Sunday, 18 August 2013 at 01:33:51 UTC, Timothee Cour wrote:How do you ensure that the imports are limited to your {} scope, but your functions are not, without a finnicky special case for how scopes work?
that's not DRY: in my use case, a group of functions use certain imports,
it would be annoying and not DRY to do that. What I suggest (allowing {}
grouping at module scope) seems simple and intuitive; any reason it can't be done?