<div dir="ltr">On Sun, Apr 23, 2017 at 7:54 AM, Dave Abrahams <span dir="ltr">&lt;<a href="mailto:dabrahams@apple.com" target="_blank">dabrahams@apple.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class="gmail-"><br>
on Sun Apr 23 2017, Xiaodi Wu &lt;<a href="http://xiaodi.wu-AT-gmail.com" rel="noreferrer" target="_blank">xiaodi.wu-AT-gmail.com</a>&gt; wrote:<br>
<br>
&gt; On Sat, Apr 22, 2017 at 11:00 PM, Dave Abrahams &lt;<a href="mailto:dabrahams@apple.com">dabrahams@apple.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt; That is to say, I would expect the standard library to supply an<br>
&gt;&gt; &gt;&gt; &gt; alternative implementation of equality for Array&lt;T where T :<br>
&gt;&gt; &gt;&gt; &gt; FloatingPoint&gt;.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; And also for Dictionary?  What do you expect to happen when Double is<br>
&gt;&gt; &gt;&gt; used as a dictionary key and it happens to be NaN?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; The proposal is very clear that `Dictionary` and `sort` will always use<br>
&gt;&gt; &gt; level 2 comparison.<br>
&gt;&gt;<br>
&gt;&gt; Yes, but I&#39;m not asking about my own proposal :-).  My question is, what<br>
&gt;&gt; are *your* expectations for dictionaries or sets, specifically for the<br>
&gt;&gt; insertion of NaN keys and for comparison of whole collections?<br>
&gt;<br>
&gt; My expectations for comparison of collections clearly differ from<br>
&gt; yours.<br>
<br>
</span>Maybe, in that you *have* strong expectations when it comes to FP.  I&#39;m<br>
still trying to figure out what mine should be.<br>
<span class="gmail-"><br>
&gt; For me, I think it is a reasonable expectation that, for all `x` and<br>
&gt; `y` where `x == y`, `[x] == `[y]`, `[[x]] == [[y]]`, `[x, x, x] == [y,<br>
&gt; y, y]`, etc.<br>
<br>
</span>It seems pretty obvious when you put it that way.  Here&#39;s an interesting<br>
question: how much of that is because of the way array literals let you<br>
“see through” the value being compared to its elements?<br></blockquote><div><br></div><div>I don&#39;t think it&#39;s the visual representation. More to do with expectations as to what an array is.</div><div><br></div><div>If `a == b`, then `thingWrappingA == thingWrappingB`, for values of &quot;thing&quot; that are &quot;wrapper-like&quot; (I will blithely leave the term undefined) rather than, say, stateful class instances.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
Also, does the same go for != ? That&#39;s telling w.r.t. NaN.<span class="gmail-"><br></span></blockquote><div><br></div><div>Yes, I think so. I&#39;d have to think harder to be more sure of that.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class="gmail-">
&gt; To put it more strongly, I think that anything short of that is rather<br>
&gt; inexplicable.<br>
<br>
</span>That&#39;s somewhat mitigated if we have to accept x != x (i.e. for NaN).<br>
<span class="gmail-"><br>
&gt; With respect to dictionaries keys or sets, it&#39;s a subtly different<br>
&gt; question, I think. When it comes to questions like &quot;does this dictionary<br>
&gt; have this key&quot; or &quot;does this set already have this element,&quot; I think what<br>
&gt; the user is really asking about is a closer approximation to identity than<br>
&gt; to equality. I get that this gets complicated if we&#39;re talking about sets<br>
&gt; of class instances, so let me move away from the word identity and<br>
&gt; re-phrase.<br>
&gt;<br>
&gt; If a user asks if a set (or even an array) contains something, it&#39;s<br>
&gt; not exactly identical to asking if a set contains an element _equal<br>
&gt; to_ something. See:<br>
&gt;<br>
&gt; * &quot;Does the set of cars in your parking lot contain my car?&quot; =&gt;<br>
&gt; `parkingLot.contains(myCar)`<br>
&gt; * &quot;Does the set of cars in your parking lot contain a car that is equal to<br>
&gt; my car?&quot; =&gt; `parkingLot.contains { $0 == myCar }`<br>
<br>
</span>I don&#39;t think this example is a good illustration of it, but I am<br>
familiar with the principle.<br>
<span class="gmail-"><br>
&gt; Put another way, one can simultaneously hold the thought that (1) a thing<br>
&gt; is itself, obviously; but (2) a thing is not necessarily _equal to_ itself.<br>
<br>
</span>  x === y but x != y<br>
<br>
?<br>
<br>
IMO it may be possible, but not without head explosion.  Sure, it&#39;s the<br>
case for NaN, but that&#39;s just because of how IEEE defined it; there is<br>
nothing in daily experience that acts that way.  IMO it is much easier<br>
to understand x == y but x !== y, that is, “these two forks are<br>
identical, but they&#39;re not the same fork.”</blockquote><div><br></div><div>Yet both these scenarios really do happen with stdlib types.</div><div><br></div><div>I&#39;m of the strong belief that it&#39;s only potentially head-exploding for some users because the language tries to paper over scenarios where it might happen and doesn&#39;t provide a way even to express this idea in code (&quot;Binary operator &#39;===&#39; cannot be applied to two &#39;Int&#39; operands&quot;).</div><div><br></div><div>If, as I suggest, we put front and center the idea that _some comparisons might fail or return nil_, the resulting design is not in itself guaranteed to explode heads--I think.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div><div class="gmail-h5">
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; This is a bump in the rug – push it down in one place, it pops up<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; in another. I feel like this proposal at least moves the bump to<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; where<br>
&gt;&gt; &gt;&gt; &gt;&gt; fewer<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; people will trip over it. I think it highly likely that the<br>
&gt;&gt; &gt;&gt; &gt;&gt; intersection of<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; developers who understand enough about floating point to write<br>
&gt;&gt; truly<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; correct concrete code, but won’t know about or discover the<br>
&gt;&gt; &gt;&gt; documented<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; difference in generic code, is far smaller than the set of people<br>
&gt;&gt; who<br>
&gt;&gt; &gt;&gt; &gt;&gt; hit<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; problems with the existing behavior.<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt; So, to extend this analogy, I&#39;d rather say that the bump is not in<br>
&gt;&gt; the<br>
&gt;&gt; &gt;&gt; &gt;&gt; rug<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt; [Comparable] but rather in a section of the floor [FP NaN]. The rug<br>
&gt;&gt; &gt;&gt; might<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt; overlie the bump, but the bump will always be there and people will<br>
&gt;&gt; &gt;&gt; find<br>
&gt;&gt; &gt;&gt; &gt;&gt; it<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt; as they walk even if they don&#39;t immediately see it.<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; Correct.<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt; If we don&#39;t want people to trip over the bump while walking on the<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt; rug, one very good alternative, IMHO, is to shape the rug so that<br>
&gt;&gt; it<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt; doesn&#39;t cover the bump.<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; At what cost?<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; More specifically: why is it the right behavior, for our audience, to<br>
&gt;&gt; &gt;&gt; &gt;&gt; trap when Equatable comparison happens to encounter NaN?  Will this<br>
&gt;&gt; not<br>
&gt;&gt; &gt;&gt; &gt;&gt; simply &quot;crash&quot; programs in the field that otherwise would have &quot;just<br>
&gt;&gt; &gt;&gt; &gt;&gt; worked?&quot;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; No, as I propose it, programs in the field would be automatically<br>
&gt;&gt; &gt;&gt; migrated<br>
&gt;&gt; &gt;&gt; &gt; to an alternative set of comparison operators `&amp;==`, `&amp;&lt;`, etc. that<br>
&gt;&gt; &gt;&gt; would<br>
&gt;&gt; &gt;&gt; &gt; work exactly as `==`, `&lt;`, etc. do today.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Meaning, for floating point NaN &amp;== NaN is false, and if you want to<br>
&gt;&gt; &gt;&gt; write numeric code that accounts for NaN, you use &amp;==.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; OK, so... Is &amp;== a protocol requirement, or a protocol extension, or<br>
&gt;&gt; &gt;&gt; neither?  If so, to which protocol is it attached?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please allow me to refer you to a Gist:<br>
&gt;&gt; &gt; <a href="https://gist.github.com/xwu/e864ffdf343160a8a26839388f677768" rel="noreferrer" target="_blank">https://gist.github.com/xwu/<wbr>e864ffdf343160a8a26839388f6777<wbr>68</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; In brief, it would be a protocol requirement on Comparable with a default<br>
&gt;&gt; &gt; implementation. The rationale for its being on Comparable is given in the<br>
&gt;&gt; &gt; text.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m sorry, I&#39;ve seen your gist; I still can&#39;t find this rationale.<br>
&gt;&gt;<br>
&gt;<br>
&gt; &quot;These operators will be defined on Comparable and not on FloatingPoint. A<br>
&gt; key rationale for this design is to permit types other than FloatingPoint,<br>
&gt; including third-party types, to distinguish between signaling and quiet<br>
&gt; comparison of values when some values may be unordered with respect to<br>
&gt; others. (Another rationale for this design is that &amp;&lt; corresponds to what<br>
&gt; is currently spelled as &lt;, which can be used as a predicate for<br>
&gt; Sequence.sorted.)&quot;<br>
<br>
</div></div>Thanks.<br>
<div><div class="gmail-h5"><br>
&gt;&gt; &gt; I am not married to its being a requirement vs. an extension, but my<br>
&gt;&gt; &gt; initial thought here is that there might be reason to provide an<br>
&gt;&gt; &gt; alternative implementation in a conforming type, say for performance<br>
&gt;&gt; &gt; reasons on Float.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; I would quibble with the notion that all such generic algorithms<br>
&gt;&gt; &gt;&gt; &gt; currently &quot;just work,&quot;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I never claimed they do!  They don&#39;t, because Equatable.== for floating<br>
&gt;&gt; &gt;&gt; point is not an equivalence relation.  That&#39;s part of what we aim to<br>
&gt;&gt; &gt;&gt; fix.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; You are proposing to fix that same problem a different way, one that<br>
&gt;&gt; leaves<br>
&gt;&gt; &gt;&gt; NaNs a bit out-in-the-cold (not necessarily bad), but also explicitly<br>
&gt;&gt; &gt;&gt; modifies generic algorithms so they continue to silently produce<br>
&gt;&gt; &gt;&gt; unspecified results (bad!)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; To clarify, no, I would not have the stdlib&#39;s generic algorithms continue<br>
&gt;&gt; &gt; to produce unspecified results. I propose changes to them which align<br>
&gt;&gt; their<br>
&gt;&gt; &gt; behavior with what you and Ben have proposed.<br>
&gt;&gt;<br>
&gt;&gt; OK, I guess I must&#39;ve misunderstood your earlier statements.<br>
&gt;&gt;<br>
&gt;&gt; So this, IMO, is not tenable, at least in its current form:<br>
&gt;&gt;<br>
&gt;&gt; ,----<br>
&gt;&gt; | The default implementation for contains, elementsEqual, split, and<br>
&gt;&gt; | starts(with:) on Sequence where Iterator.Element : Equatable, and for<br>
&gt;&gt; | index(of:) on Collection where Iterator.Element : Equatable, will<br>
&gt;&gt; | (notionally) use the following predicate:<br>
&gt;&gt; |<br>
&gt;&gt; | {<br>
&gt;&gt; |   ($0 &amp;== $1) || (<br>
&gt;&gt; |     ($0 &lt;=&gt; $1) == .none &amp;&amp;<br>
&gt;&gt; |     ($0 &lt;=&gt; $0) == .none &amp;&amp;<br>
&gt;&gt; |     ($1 &lt;=&gt; $1) == .none)<br>
&gt;&gt; | }<br>
&gt;&gt; `----<br>
&gt;&gt;<br>
&gt;&gt; The first problem here is that I can&#39;t figure out what this means and I<br>
&gt;&gt; doubt any normal user could either.<br>
&gt;<br>
&gt; I think it is a little ill-served by the notation. However the concept is<br>
&gt; simple. Sometimes, a thing cannot be compared even to itself.<br>
<br>
</div></div>As noted above, I disagree that that is a simple concept.  Is it even<br>
mathematically well-founded?  What you are expressing, at least on the<br>
surface, *seems* to be different from the mathematical notion of<br>
incomparability, which—despite its confusing name—is actually simple<br>
&lt;<a href="https://en.wikipedia.org/wiki/Comparability" rel="noreferrer" target="_blank">https://en.wikipedia.org/<wbr>wiki/Comparability</a>&gt;: x is incomparable to y if<br>
neither x &gt; y nor x &lt; y.  The most common case is when x == y.</blockquote><div><br></div><div>Hmm, not an expert, but I don&#39;t see that definition. MathWorld &lt;<a href="http://mathworld.wolfram.com/ComparableElements.html">http://mathworld.wolfram.com/ComparableElements.html</a>&gt; confirms that the Wikipedia formulation is correct:</div><div><br></div><div>x is incomparable to y if neither x ***&gt;=*** y nor x ***&lt;=*** y.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">In a<br>
strict-weak ordering, every element is incomparable with itself.  The<br>
complexity of your predicate suggests that you mean something much more<br>
complicated.  Is there any reason not to require that when (x &lt;=&gt; y) ==<br>
nil, (x &lt;=&gt; x) == nil?  That would simplify things a lot.<br>
<br>
Also, IMO it is confusing to say, “cannot be compared to itself,” when<br>
in practice that means “you can compare it to itself, and you get nil.”<br>
This is as much a result of comparison as any other.</blockquote><div><br></div><div>Well, x is said to be comparable to x if either x &lt;= x or x &gt;= x. Otherwise, x and x are incomparable.</div><div><br></div><div>I propose we model this by returning a result of type `Comparison?`, such that this scenario produces a nil value rather than a `Comparison` case. In that sense, one might say that there is no comparison result.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div><div class="gmail-h5">
&gt; The prime example we speak of is NaN != NaN. This is the only major<br>
&gt; concept that the design I propose here would require a user to<br>
&gt; understand.<br>
&gt;<br>
&gt; In this notation, if `x` cannot be compared to itself, `x &lt;=&gt; x` is nil.<br>
&gt; For `contains` and other methods that are asking &quot;do you have a thing&quot; more<br>
&gt; than they are asking &quot;do you have a thing that is equivalent to a thing,&quot;<br>
&gt; we&#39;ll regard all values that can&#39;t be compared even to themselves as &quot;the<br>
&gt; same&quot;; therefore, if `x &lt;=&gt; x` is nil and `y &lt;=&gt; y` is nil, then a<br>
&gt; collection with an element `x` will be regarded as &quot;containing&quot; `y`.<br>
&gt;<br>
&gt; How would this change in semantics<br>
&gt;&gt; be reflected in the documentation for these algorithms?  How would you<br>
&gt;&gt; describe their requirements and results?  All these algorithms currently<br>
&gt;&gt; have simple, understandable descriptions.<br>
&gt;&gt;<br>
&gt;<br>
&gt; The description would be augmented by an explanation along the lines of<br>
&gt; this: &quot;Some types can represent values that do not compare equal to<br>
&gt; themselves; one example is floating point NaN (&quot;not a number&quot;). For the<br>
&gt; purposes of { contains | split | etc. }, every value not equal to itself is<br>
&gt; considered indistinguishable from every other value not equal to itself.&quot;<br>
&gt;<br>
&gt;&gt; Secondarily, I can&#39;t expect any generic algorithm author to understand<br>
&gt;&gt; what he&#39;s getting with this.<br>
&gt;&gt;<br>
&gt;<br>
&gt; Obviously, we&#39;d have to have real-world data to back it up, but the beauty<br>
&gt; of `Comparison?` being an optional enum is that all an author has to do is<br>
&gt; handle all the cases. The compiler can even help with that.<br>
&gt; In other words, all your generic algorithm author has to do is to<br>
&gt; decide *something* for the question, &quot;What should I do when x &lt;=&gt; y<br>
&gt; returns nil?&quot;<br>
<br>
</div></div>Is that an easy question to answer?  It doesn&#39;t look that way, to me.</blockquote><div><br></div><div>For behaviors such as &quot;always sort NaN greater than everything else&quot; or &quot;always sort NaN less than everything else,&quot; the way to answer the question would be to inspect whether `x` is comparable to `x` and/or `y` is comparable to `y`.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div><div class="gmail-h5">
&gt;<br>
&gt;<br>
&gt;&gt; &gt; Any automatically migrated third-party generic code would indeed<br>
&gt;&gt; &gt; continue to exhibit the same behavior as in Swift 3--but not only<br>
&gt;&gt; &gt; do I not consider that to be a problem, I consider it to be a<br>
&gt;&gt; &gt; requirement of source compatibility which is absolutely essential.<br>
&gt;&gt;<br>
&gt;&gt; Well, we have not promised to preserve unspecified behaviors, so<br>
&gt;&gt; technically we can handle this either way.  And we all seem to be agreed<br>
&gt;&gt; that any code that uses, e.g., the default sort(), *will* change its<br>
&gt;&gt; behavior with respect to NaN.  So this is really a matter of degree.<br>
&gt;&gt;<br>
&gt;&gt; &gt; It would not, however, be _invisible_ to the reader of the generic<br>
&gt;&gt; &gt; algorithm. The use of my proposed `&amp;==` in a generic context should<br>
&gt;&gt; &gt; stand out and prompt re-evaluation. That is to say, by using a<br>
&gt;&gt; &gt; different spelling, we would have a visible hint in the code that a<br>
&gt;&gt; &gt; generic algorithm may produce unspecified results with NaN.<br>
&gt;&gt;<br>
&gt;&gt; That&#39;s a very nice feature.<br>
&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; but the result is that they would behave exactly as they do today and<br>
&gt;&gt; &gt;&gt;&gt; therefore would at least be no more broken.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; If that&#39;s all we acheive, we should do nothing.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I should hope that it&#39;s not all we achieve. But, consider the<br>
&gt;&gt; &gt; following two alternatives: migrated code exhibits identical<br>
&gt;&gt; &gt; behavior to Swift 3, or migrated code silently exhibits different<br>
&gt;&gt; &gt; behavior that is &quot;fixed.&quot;<br>
&gt;&gt;<br>
&gt;&gt; I think we&#39;re both agreed that the latter *will* happen with<br>
&gt;&gt;<br>
&gt;&gt;   sort(floatsContainingNaN)<br>
&gt;&gt;<br>
&gt;&gt; or<br>
&gt;&gt;<br>
&gt;&gt;    floatsContainingNaN.contains(.<wbr>NaN)<br>
&gt;<br>
&gt; Well, I do not agree that `[+0.0].contains(-0.0)` should return `false`,<br>
&gt; but we can discuss that on the side.<br>
<br>
</div></div>I&#39;m not wedded to any particular answer there.  The only reason I think<br>
we proposed it is that it corresponds to an IEEE comparison level.<br>
<span class="gmail-"><br>
&gt; Otherwise, the key difference here is that code that&#39;s _correctly written_<br>
&gt; for FP *would never use* a statement like<br>
&gt; `floatsContainingNaN.contains(<wbr>.nan)` because with its current behavior it&#39;d<br>
&gt; be equivalent to `false` (or at least, it&#39;s not reliably `true`). The same<br>
&gt; cannot be said for `Array&lt;Double&gt;.==`, which can be profitably used when<br>
&gt; the user knows that `[.nan] != [.nan]`.<br>
<br>
</span>Okay, take elementsEqual then.  I don&#39;t see why array1 == array2 is any<br>
different from array1.elementsEqual(array2).<br></blockquote><div><br></div><div>Indeed, `elementsEqual` requires special consideration. I had the same thought while writing the Gist and commented; &quot;One consequence of this design is that `[Double.nan].contains(.nan)` returns true, as ordinarily expected. Consideration may be given to improving the naming of `elementsEqual` so as not to suggest that all elements of the receiver and argument literally compare `.some(.equal)`.&quot;</div><div><br></div><div>I am not suggesting this particular name, but `array1.elementsIndistinguishable(from: array2)` expresses something of the idea.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div><div class="gmail-h5">
&gt;&gt; &gt; I am very disturbed by the possibility of the latter. It is the<br>
&gt;&gt; &gt; only part of this proposal that keeps me up at night.<br>
&gt;&gt;<br>
&gt;&gt; I agree it&#39;s concerning, but I don&#39;t think fixing just part of this<br>
&gt;&gt; problem is going to help either ;-).<br>
&gt;&gt;<br>
&gt;&gt; &gt; As it turns out, some people really do understand how floating<br>
&gt;&gt; &gt; point comparison works, and they might have even carefully written<br>
&gt;&gt; &gt; code that behaves correctly, relying on the current behavior when<br>
&gt;&gt; &gt; things are compared. Please don&#39;t &quot;fix&quot; that code. If an array of<br>
&gt;&gt; &gt; type [Float] starts to distinguish between +0.0 and -0.0 as you<br>
&gt;&gt; &gt; propose, I&#39;m quite sure that there is at least some code of my own<br>
&gt;&gt; &gt; that will be quite broken.<br>
&gt;&gt;<br>
&gt;&gt; yep, sadly.  But IIUC that&#39;s inevitable.<br>
&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt; Standard library changes to `sort` and other functions will make them<br>
&gt;&gt; &gt;&gt; &gt; &quot;just work&quot; with no distinguishable difference to the end user as<br>
&gt;&gt; &gt;&gt; &gt; compared to this proposal here.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I&#39;m sorry, I don&#39;t know what &quot;this proposal here&quot; means.  Is that yours<br>
&gt;&gt; &gt;&gt; or the one Ben and I offered?  It&#39;s certainly different from the results<br>
&gt;&gt; &gt;&gt; of our proposal.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; The big problem with our proposal, AFAICT, is that<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;     floatsIncludingNaNs.sort()<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; works but<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;     floatsIncludingNaNs.sort(&gt;)<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; does not.  That is a real problem, but it *is* a difference from the<br>
&gt;&gt; &gt;&gt; current behavior, where neither one works.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Hmm, I get the sense that some of my replies to you have been lost. I<br>
&gt;&gt; have<br>
&gt;&gt; &gt; explicitly proposed a design where `floatsIncludingNaNs.sort()` produces<br>
&gt;&gt; &gt; the same behavior as what is proposed by you and Ben. I&#39;d like to refer<br>
&gt;&gt; you<br>
&gt;&gt; &gt; again to the fleshed out Gist:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; <a href="https://gist.github.com/xwu/e864ffdf343160a8a26839388f677768" rel="noreferrer" target="_blank">https://gist.github.com/xwu/<wbr>e864ffdf343160a8a26839388f6777<wbr>68</a><br>
&gt;&gt;<br>
&gt;&gt; Sorry I misread your earlier remarks.  I don&#39;t think I missed them.<br>
&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt; It would be an improvement over how the algorithms work today with<br>
&gt;&gt; &gt;&gt; &gt; NaN.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; The major difference to the end user between what I propose and<br>
&gt;&gt; &gt;&gt; &gt; this proposal here will surface when _new_ code is written that<br>
&gt;&gt; &gt;&gt; &gt; uses `==` in the generic context, when working with types whose<br>
&gt;&gt; &gt;&gt; &gt; values may compare unordered. Since I propose `&lt;=&gt;` to return a<br>
&gt;&gt; &gt;&gt; &gt; value of type `Comparison?`, using the revised operator `==` is an<br>
&gt;&gt; &gt;&gt; &gt; assertion that the result of comparison is not unordered. A user is<br>
&gt;&gt; &gt;&gt; &gt; welcome to use `&amp;==` or a custom predicate if that is not their<br>
&gt;&gt; &gt;&gt; &gt; intention.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; The problem with this is that there&#39;s still no simple way to get an<br>
&gt;&gt;                                                   ^^^^^^<br>
&gt;&gt; &gt;&gt; equivalence relation or a total order over all Doubles, including NaNs.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; There is. Given two values x and y, `x &amp;&lt; y || (y &lt;=&gt; y) == nil` is<br>
&gt;&gt; &gt; identical to the `&lt;` that you propose.<br>
&gt;&gt;<br>
&gt;&gt; Err, I rest my case?<br>
&gt;&gt;<br>
&gt;<br>
&gt; It&#39;d be easier with some more syntactic sugar, I guess.<br>
<br>
</div></div>I don&#39;t think so.  The problem, IMO, is that you&#39;re expressing something<br>
hard to understand that falls outside anyone&#39;s experience (except maybe<br>
their experience with NaN).<br>
<span class="gmail-"><br>
&gt; But my point above is that it is not difficult to describe what is<br>
&gt; happening in prose. Here, simply, if a value is not equal to itself,<br>
&gt; then it&#39;s ordered after all values that are equal to themselves.<br>
&gt;<br>
&gt;&gt; &gt;&gt; Now, I&#39;m totally willing to have the discussion about how NaNs have no<br>
&gt;&gt; &gt;&gt; business being used as dictionary keys, or sort keys, or searched for,<br>
&gt;&gt; &gt;&gt; or any of the other things we do with day-to-day values.  That&#39;s not<br>
&gt;&gt; &gt;&gt; something I really have an opinion on, yet.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I would not assert that NaN has no business being used here; again, my<br>
&gt;&gt; &gt; alternative design accommodates all of these use cases.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Where we differ is that, in the case of a generic algorithm, my<br>
&gt;&gt; &gt; alternative design would result in the author of that algorithm either<br>
&gt;&gt; &gt; explicitly accommodating the presence of unordered values or asserting<br>
&gt;&gt; &gt; their absence.<br>
&gt;&gt;<br>
&gt;&gt; That is a nice property, except that IIUC you&#39;re talking about granting<br>
&gt;&gt; an exception for the most common forms of algorithms.<br>
&gt;<br>
&gt; Not that I&#39;m aware of? All algorithms will need to be modified to deal with<br>
&gt; what happens if `(x &lt;=&gt; y) == nil`. I&#39;ve just listed the ways in which<br>
&gt; stdlib functions will do so.<br>
<br>
</span>An algorithm written in terms of any of the algorithms whose semantics<br>
you&#39;re talking about adjusting (sort, contains, elementsEqual...) will<br>
pick up that algorithm&#39;s decision without its author making any explicit<br>
choice.</blockquote><div><br></div><div>Sure. However, consider that `sort`, `contains`, `elementsEqual` all have corresponding `sort(by:)`, `contains(where:)`, `elementsEqual(_:by:)`. When I write `sort()`, I&#39;m also saying, &quot;Let the stdlib provide me with a default sort.&quot; I don&#39;t think that anyone who writes `sort()` is ignorant of the fact that they must accept a default predicate since they are _choosing_ not to specify one themselves.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class="gmail-">
&gt;&gt; Aside: I object to characterizing these things as unordered.<br>
&gt;<br>
&gt; Sorry, just using the terminology I read about. For instance, IEEE says<br>
&gt; that NaN compares _unordered_ to itself.<br>
&gt;<br>
&gt;&gt; For the purposes of the algorithms that are written to accomodate<br>
&gt;&gt; them, they must be very much ordered, if not with respect to each<br>
&gt;&gt; other, at *least* with respect to other values in the space.  In<br>
&gt;&gt; other words, there needs to be an underlying strict-weak order or the<br>
&gt;&gt; algorithms won&#39;t work.<br>
&gt;<br>
&gt; Not a fixed one, though, unless I&#39;m misunderstanding? It would be trivial<br>
&gt; in my design for `sort` to order NaN values to the _end of the array_, as<br>
&gt; opposed to ordering them greater than all other values, with the result<br>
&gt; that NaN comes last whether you sort ascending or descending. Not that I&#39;m<br>
&gt; proposing this behavior, but I don&#39;t *think* that it breaks anything.<br>
<br>
</span>Well, that&#39;s just like saying you can sort with different predicates.<br>
<br>
I&#39;m not sure it&#39;s OK to break the invariant that, in the absence of<br>
equal elements,<br>
<br>
    x.sorted(by: &lt;).elementsEqual(x.sorted(by: &gt;).reversed())<span class="gmail-"><br></span></blockquote><div><br></div><div>Aha. A harebrained idea strikes: `elementsEqual` could ignore NaN.</div><div><br></div><div>[.nan, .nan, 42, 42].elementsEqual([42, .nan, 42, .nan]) // true</div><div><br></div><div>Just thinking out loud; not seriously proposing it. I do not have a problem with observing the invariant you state by sorting all NaN values always greater than or less than non-NaN values.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class="gmail-">
&gt; Put another way, as far as I can tell, values like NaN only need to have a<br>
&gt; specified sequence with respect to other values _for the purposes of any<br>
&gt; particular operation at hand_. Therefore, I&#39;ve proposed a design where it&#39;s<br>
&gt; the generic algorithm and not the type that makes the decision for how<br>
&gt; these values are placed in sequence.<br>
<br>
</span>Is that a known-useful property, or just a flexibility that is plausibly<br>
useful, someday?<span class="gmail-"><br></span></blockquote><div><br></div><div>This is what permits a generic `Comparable.max` and `Comparable.min` to both avoid spitting out NaN.</div><div><br></div><div>It also enables potentially more advanced algorithms: a partially ordered set S can have more than one maximal element; a mathematically rigorous algorithm could be provided (in a third-party library, say) to return all of them. Any such work in this domain requires the baseline Comparable protocol to recognize this concept of incomparability. It cannot be retroactively bolted on by a third party.<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class="gmail-">
&gt;&gt; It is not an avoidable problem--this is the bump in the rug that<br>
&gt;&gt; &gt; cannot be smoothed out.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I would posit that it is not possible to write an arbitrary generic<br>
&gt;&gt; &gt; algorithm that (a) compares floating point values; (b) doesn&#39;t account<br>
&gt;&gt; for<br>
&gt;&gt; &gt; NaN; and (c) behaves correctly, where correctly here means that it<br>
&gt;&gt; returns<br>
&gt;&gt; &gt; what an average user would expect who is not thinking of floating point<br>
&gt;&gt; &gt; comparison foibles.<br>
&gt;&gt;<br>
&gt;&gt; Existence proof: any algorithm that, internally, uses binary search over<br>
&gt;&gt; a sorted collection of Comparabble values, or stores Comparable values<br>
&gt;&gt; in a tree-based dictionary, but does not care exactly how two distinct<br>
&gt;&gt; values sort, will work just fine<br>
&gt;&gt;<br>
&gt;&gt; ...provided average users expect the existence of a distinct -0.0<br>
&gt;&gt; ;-)<br>
&gt;&gt;<br>
&gt;<br>
&gt; Ha, that&#39;s not what I was trying to get at. I fully expect that there will<br>
&gt; be _some_ algorithms that will work out in this way. But, it is not<br>
&gt; possible to say that any particular design of Comparable will smooth over<br>
&gt; wrinkles with NaN such that generic algorithms in general can ignore the<br>
&gt; possibility of NaN and yet handle them &quot;correctly.&quot;<br>
<br>
</span>I guess if I agree that min and max should never return NaN unless<br>
that&#39;s the only value in the sequence, I have to agree with that<br>
statement.<br>
<span class="gmail-"><br>
&gt;&gt; &gt; For instance, generic `max` produces what to the average user is<br>
&gt;&gt; &gt; nonsense if NaN compares greater than everything.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; I am, however, concerned that ordinary valid computations can lead to<br>
&gt;&gt; &gt;&gt; NaN and that allowing the appearance of a NaN to turn into a trap<br>
&gt;&gt; &gt;&gt; much later in the program, where it is finally compared with<br>
&gt;&gt; &gt;&gt; something, is not a behavior that would work for ordinary users.<br>
&gt;&gt;<br>
&gt;&gt; That is my central worry with anything that turns operations on NaN into<br>
&gt;&gt; a trap.  I&#39;d very much appreciate hearing your thoughts.<br>
&gt;&gt;<br>
&gt;<br>
&gt; There are a limited number of ordinary operations that actually generate<br>
&gt; NaN.<br>
&gt;<br>
&gt; If using arithmetic operators, there&#39;s 0/0 (which, as everyone already<br>
&gt; knows, traps if you&#39;re doing integer math--you&#39;ll notice I lobbied to<br>
&gt; remove `/` from protocols refined by both Integer and FloatingPoint, so now<br>
&gt; it&#39;s not even possible to accidentally do this in generic code unless you<br>
&gt; unwisely make your own `Divisible` protocol).<br>
<br>
</span>Thanks for that.  But people *will* divide Doubles outside of a generic<br>
context, and store the results.  It happens a *lot*.<span class="gmail-"><br></span></blockquote><div><br></div><div>Sure. Is your principal worry that people will run into this behavior while writing simple code in the context of using concrete Doubles? It is an inescapable possibility with trapping `==`. It is also clearly different from precedent in a lot of languages to name the default FP comparison operator `&amp;==`. That said, conceptually it seems similar to making `+` trap on overflow. Were the designers of that feature simply not worried about people adding lots of Int8 values?</div><div><br></div><div>Anyway, I look forward to Steve&#39;s expanded thoughts on this particular point.<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class="gmail-">
&gt; Other than that, you&#39;d have to be already working with infinite values and<br>
&gt; the arithmetic operators, or you&#39;d have to invoke some of the trigonometric<br>
&gt; and transcendental functions--but those are specific to floating point and<br>
&gt; not accounting for NaN would be pretty silly there.<br>
&gt;<br>
&gt; In general, I really think there&#39;s something valuable to trapping when you<br>
&gt; try to propagate NaN through code that doesn&#39;t expect it.<br>
<br>
</span>Oh, I agree.  The problem is that nobody is talking about stopping<br>
propagation... unless you happen to compare the value somewhere along<br>
the way.<br></blockquote><div><br></div><div>How convenient that (quoting from Wikipedia) it is recorded for all the world that &quot;[f]loating-point operations **other than ordered comparisons** normally propagate a quiet NaN&quot; [emphasis mine]. It is true that the IEEE default is &quot;non-stop&quot; exception handling; the consequence of a design such as mine would be that such IEEE floating-point defaults would need their own distinct notation.</div><div><br></div><div>Simply, all of the following cannot be true:</div><div><br></div><div>(a) `==` gives the same answer in all contexts (i.e., if `a == b` in generic contexts, then `a == b` in non-generic contexts)</div><div>(b) `==` behaves according to IEEE default &quot;non-stop&quot; exception handling rules for FP values and gives the IEEE-prescribed result</div><div>(c) `==` is useful for a generic algorithm that works with both FP and non-FP values and avoids unspecified behavior with FP values</div><div><br></div><div>Currently, (a) and (b) are both true. I propose (a) and (c), providing (b) with a different spelling. You propose (b) and (c).</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class="gmail-">
&gt; After all, _something_ has gone wrong if you&#39;re copying &quot;NaN GB&quot; of<br>
&gt; data, or you&#39;re at &quot;NaN%&quot; progress on a task. And those are innocuous<br>
&gt; examples because it&#39;s probable that the value is being used for user<br>
&gt; interface display and not much else. With other uses, certainly<br>
&gt; nothing good can come of an unaccounted-for NaN.<br>
<br>
</span>Now, wait just a darn-tootin&#39; minute there, pardner.  Well, if that were<br>
strictly true, we&#39;d just make them always trap, right? Non-signaling<br>
NaNs exist because somebody thought it was “good” to be able to finish a<br>
calculation and get *some* results out of it even if other parts of the<br>
results come from unaccounted-for nonsense.<span class="gmail-"><br></span></blockquote><div><br></div><div>Hmm, I have always assumed that the most pressing motivation is to permit you to compute `sin(cos(tan(atan(acos(asin(x))))))` and deal with NaN at the end instead of checking after every function call, which would make writing out a mathematical formula like this quite untenable.</div><div><br></div><div>It is true that by allowing propagation, you can serialize NaN into some long-term storage format for arbitrary periods of time before dealing with it, but my understanding is that it&#39;s actually recommended for placeholders in deserialized data to be __signaling NaNs__. The standard is pretty terse on the topic (unless I&#39;m missing some text), but writes: &quot;Signaling NaNs afford representations for uninitialized variables and arithmetic-like enhancements (such as complex-affine infinities or extremely wide range) that are not in the scope of this standard.&quot;</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class="gmail-">
&gt; Is it really the correct thing to supply some &quot;default&quot; answer,<br>
&gt; however explainable, when a user unintentionally asks, &quot;Is my number x<br>
&gt; less than not-a-number?&quot; As a healthcare provider, would it be OK for<br>
&gt; me to prescribe NaN doses of medication? An EMR written in Swift might<br>
&gt; tell me it&#39;s not less than the minimum dose!<br>
<br>
</span>Well, I&#39;m afraid you haven&#39;t really addressed my concern, which is that<br>
NaNs may propagate a long way before we find out they have appeared, if<br>
we find out at all, and because of that propagation, trapping might be<br>
worse than continuing.<br></blockquote><div><br></div><div>I think that this concern would have to be addressed with either empirical data or expertise more than I can offer. It seems that you&#39;re arguing that no function should ever halt execution when it encounters NaN.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class="gmail-">
&gt;&gt; Again, I&#39;m concerned that NaNs will arise as the result of computations<br>
&gt;&gt; involving external inputs, and that programs that would otherwise<br>
&gt;&gt; harmlessly propagate NaN values (just as non-signaling NaN was<br>
&gt;&gt; designed!) will trap in the field, very far from the original source of<br>
&gt;&gt; the problem, which means bugs will be very hard to correct.<br>
&gt;&gt;<br>
&gt;<br>
&gt; Is it that common to get NaN as a result of external inputs?<br>
<br>
</span>I honestly don&#39;t know.<br>
<span class="gmail-"><br>
&gt; JSON, for example, doesn&#39;t even permit NaN.<br>
<br>
</span>Yeah, but you only need to encode zero in your JSON to produce a NaN<br>
from a simple division.<br>
<span class="gmail-"><br>
&gt; I agree that it is possible to propagate NaN in a useful way, and<br>
&gt; indeed I would propose to expand the option to propagate values that<br>
&gt; are unordered with respect to themselves by having operators defined<br>
&gt; on Comparable. However, my disagreement with you here is that we<br>
&gt; should not assume that _unintentional_ propagation is _harmless_<br>
&gt; propagation.<br>
<br>
</span>I didn&#39;t say it was harmless.  I&#39;m just not sure whether it&#39;s as harmful<br>
as trapping far from the source of the problem would be.  I honestly<br>
don&#39;t know the answers here.  I&#39;ve used very little FP in the<br>
applicatiopn programming I&#39;ve done, so I don&#39;t have a good read on what<br>
goes wrong for people.</blockquote><div><br></div><div>In my limited experience, generally what goes wrong is that feeding NaN into algorithms often leads to nonsensical results. Other than simply displaying the result, if you want to actually use it to do interesting work, you end up taking decisions you do not really intend on the basis of those results.</div></div></div></div>