Robert, the gist is notably vague on this point, so I&#39;m hoping you will clarify. Are you proposing that FloatingPoint will break with IEEE754 semantics? What will be the result of `Float.nan == Float.nan`?<br><br>(My guess at the sanest outcome is that areSame/Equivalent() and &lt;=&gt; will be totally ordered but FloatingPoint types will override == and the standard comparison operators to maintain IEEE754 semantics, yes?)<br><br><br><div class="gmail_quote"><div dir="ltr">On Thu, Jul 21, 2016 at 11:02 PM Dmitri Gribenko via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
On Thu, Jul 21, 2016 at 6:11 PM, Robert Widmann via swift-evolution<br>
&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt; Hello Swift Community,<br>
&gt;<br>
&gt; Harlan Haskins, Jaden Geller, and I have been working on a proposal to clean<br>
&gt; up the semantics of ordering relations in the standard library.<br>
<br>
Great work!<br>
<br>
As a part of your implementation, are you planning to add &lt;=&gt;<br>
overloads for tuples, like we do now for comparison operators?  (See<br>
stdlib/public/core/Tuple.swift.gyb.)<br>
<br>
Dmitri<br>
<br>
--<br>
main(i,j){for(i=2;;i++){for(j=2;j&lt;i;j++){if(!(i%j)){j=0;break;}}if<br>
(j){printf(&quot;%d\n&quot;,i);}}} /*Dmitri Gribenko &lt;<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>&gt;*/<br>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
</blockquote></div>