<div>Jaden, the proposal literally says that a compiler feature named &quot;@_implements&quot; is necessary for the proposed design to work. You can see WIP for that feature in the apple/swift repo.</div><div><br></div><div><br><div class="gmail_quote"><div>On Thu, Apr 13, 2017 at 19:55 Jaden Geller &lt;<a href="mailto:jaden.geller@gmail.com">jaden.geller@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><br><div><blockquote type="cite"><div>On Apr 13, 2017, at 5:18 PM, Xiaodi Wu via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:</div><br class="m_4552979852900219286Apple-interchange-newline"><div><div style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Actually, the fact that this behavior cannot even be achieved without currently non-existent compiler features means that it is not possible to understand what&#39;s truly going on without reading *this document*, after mastering *both* IEEE floating point *and* Swift generics/protocols/extensions/static vs. dynamic dispatch. All to use `==` correctly. Which is to say, most people will simply not even know if they happen to be using the `==` they did not intend to use.</div><br class="m_4552979852900219286Apple-interchange-newline"></div></blockquote></div><br></div><div style="word-wrap:break-word"><div>If I understand correctly, I think you’re mistaken. The compiler already selects overloads based on generic context. If `T: FloatingPoint`, then it’ll choose the `==` with signature `&lt;T: FloatingPoint&gt; (T, T) -&gt; Bool`. If `T: Equatable`, then it’ll choose the `==` with signature `&lt;T: Equatable&gt; (T, T) -&gt; Bool`. No new compiler features are necessary for this specific behavior.</div><div><br></div><div>Cheers,</div><div>Jaden Geller</div></div></blockquote></div></div>