<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 8 Feb 2019, 12:20 am Henning Thielemann, <<a href="mailto:lemming@henning-thielemann.de">lemming@henning-thielemann.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
On Thu, 7 Feb 2019, Andrew Butterfield wrote:<br>
<br>
> Imagine trying to define the obvious partial ordering on sets - i.e. <br>
> subset-or-equal using the Ord class. What should be the result, for <br>
> Instance Ord (Set Int) of<br>
> <br>
> compare (fromList [1]) (fromList [2])    or  fromList [2] <= fromList [1] ?<br>
<br>
Partial ordering means to me that the comparison function is partial.<br>
I.e. fromList [2] <= fromList [1] would be "undefined".__________________</blockquote></div></div><div dir="auto"><br></div><div dir="auto">Oh heavens no! It's very useful to ask whether two elements are comparable, that's  a nightmare with this approach.</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">_____________________________<br>
Libraries mailing list<br>
<a href="mailto:Libraries@haskell.org" target="_blank" rel="noreferrer">Libraries@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries" rel="noreferrer noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries</a><br>
</blockquote></div></div></div>