<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Fri, Jul 22, 2016 at 8:54 AM 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">On Fri, Jul 22, 2016 at 8:38 AM, Nevin Brackett-Rozinsky<br>
&lt;<a href="mailto:nevin.brackettrozinsky@gmail.com" target="_blank">nevin.brackettrozinsky@gmail.com</a>&gt; wrote:<br>
&gt; Excellent point Karl.<br>
&gt;<br>
&gt; In my view, floating point NaN values are really quite similar to `.none`.<br>
&gt;<br>
&gt; I would be interested in exploring a move *away* from the IEEE 754 handling<br>
&gt; of NaN. In particular, we could model Float and Double as optionals (maybe<br>
&gt; implicitly-unwrapped) with NaN bit-patterns indicating `.none`.<br>
&gt;<br>
&gt; Or we could model *just the non-NaN values* and make undefined operations<br>
&gt; trap, among other possibilities.<br>
<br>
I think these are non-starters.<br>
<br>
&gt;&gt;&gt; 5. Will it be considered &quot;ok&quot; to define a type for which `T.areSame(a, b)<br>
&gt;&gt;&gt; == true` but `a != b`? An obvious example would be Double.nan, so I assume<br>
&gt;&gt;&gt; the answer is a resounding yes.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Yes, because `==` is not a protocol requirement of Equatable, so it<br>
&gt;&gt; can have domain-specific semantics.<br>
&gt;<br>
&gt;<br>
&gt; Per SE-0091 the operator will be the protocol requirement.<br>
<br>
If SE-0091 removes non-protocol operators, then we will have to change<br>
the language again to accommodate what we need.<br></blockquote><div><br></div><div>SE-0091 does not (is not intended) to remove non-protocol operators. Global free operators can still exist; that proposal only clarifies the way that operator requirements within protocols manifest on conforming types (and how lookup is affected as a result).</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<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></div>