<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Nov 21, 2017, at 7:19 PM, Douglas Gregor 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=""><meta http-equiv="content-type" content="text/html; charset=utf-8" class=""><div dir="auto" class=""><br class=""><br class=""><div class="">Sent from my iPhone</div><div class=""><br class="">On Nov 21, 2017, at 3:46 PM, Tony Allevato &lt;<a href="mailto:tony.allevato@gmail.com" class="">tony.allevato@gmail.com</a>&gt; wrote:<br class=""><br class=""></div><blockquote type="cite" class=""><div class="">Does that mean that once structural types can conform to protocols, would the core team want to remove Optional as a nominal type and just use “T?”? </div></blockquote><div class=""><br class=""></div><div class="">Yes; at least, it’s a direction we’ve discussed a number of times.&nbsp;</div><br class=""><blockquote type="cite" class=""><div class="">Or has that ship sailed because of source compatibility and you just don’t want to introduce any new nominals that shadow structurals?<br class=""></div></blockquote><div class=""><br class=""></div>typealias Optional&lt;T&gt; = T?<div class=""><br class=""></div><div class="">Should address source compatibility.&nbsp;</div></div></div></blockquote><br class=""></div><div>Or alternatively, one could decide to make the generics system *only and forever* work on nominal types, and make the syntactic sugar just be sugar for named types like Swift.Tuple, Function, and Optional. &nbsp;Either design could work.</div><div><br class=""></div><div>-Chris</div><div><br class=""></div><br class=""></body></html>