<p dir="ltr">Taking </p>
<p dir="ltr">Instance Eq a where<br>
  _ == _ = True</p>
<p dir="ltr">Then it has all the properties you mentoined</p>
<div class="gmail_quote">On Jan 1, 2015 3:14 PM, "Tom Ellis" <<a href="mailto:tom-lists-haskell-cafe-2013@jaguarpaw.co.uk">tom-lists-haskell-cafe-2013@jaguarpaw.co.uk</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Jan 01, 2015 at 03:12:15PM +0100, Atze van der Ploeg wrote:<br>
> Instance Ord a where<br>
>   _ <= _ = True<br>
><br>
> Is law abiding for any type. So there is no type that cannot support a law<br>
> abiding Ord instance.<br>
<br>
So let me clarify that I want (<=) to be a total order in the sense that it<br>
is<br>
<br>
* reflexive<br>
* symmetric<br>
* transitive<br>
<br>
and `(x <= y) && (y <= x)` implies that `x == y`.<br>
<br>
Tom<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
</blockquote></div>