<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 15, 2016, at 6:41 PM, Charles Constant via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">How would we all feel about allowing multiple modules with one import statement?&nbsp;</div><div class=""><br class=""></div><div class="">Eg: the option to write</div><div class=""><br class=""></div><div class=""><span style="background-color:rgb(255,242,204)" class=""><font face="monospace, monospace" class="">&nbsp; &nbsp; <b class=""><font color="#990000" class="">import</font> <font color="#351c75" class="">Cocoa</font>, <font color="#351c75" class="">Foo</font>, <font color="#351c75" class="">Bar</font>.<font color="#351c75" class="">Baz</font> </b></font>&nbsp;</span></div><div class=""><span style="background-color:rgb(255,242,204)" class=""><br class=""></span></div><div class="">in addition to just:</div><div class=""><br class=""></div><div class=""><div class=""><span style="background-color:rgb(255,242,204)" class=""><font face="monospace, monospace" class="">&nbsp; &nbsp;&nbsp;<b class=""><font color="#990000" class="">import</font>&nbsp;<font color="#351c75" class="">Cocoa &nbsp;&nbsp;</font></b></font></span></div><div class=""><span style="background-color:rgb(255,242,204)" class=""><font face="monospace, monospace" class="">&nbsp; &nbsp;&nbsp;<b class=""><font color="#990000" class="">import</font>&nbsp;<font color="#351c75" class="">Foo &nbsp; &nbsp;&nbsp;</font></b></font></span></div><div class=""><span style="background-color:rgb(255,242,204)" class=""><font face="monospace, monospace" class="">&nbsp; &nbsp;&nbsp;<b class=""><font color="#990000" class="">import</font>&nbsp;<font color="#351c75" class="">Bar.Baz&nbsp;</font></b></font></span></div><div class=""><br class=""></div></div><div class="">When I'm writing smaller files that import a few modules, I'd &nbsp;prefer to lump the imports together like this. Doesn't seem like a feature that would require much effort to implement either.</div></div></div></blockquote><br class=""></div><div>I'm fine with this. I'd also like `import as` to handle namespacing simplification and conflict resolution</div><div><br class=""></div><div>`import Bar.Baz as Bif`</div><div><br class=""></div><div>-- E</div><div><br class=""></div><br class=""></body></html>