<div dir="ltr">I've only skimmed the thread, so sorry if this is a red herring, but could this be helpful? <a href="https://github.com/rampion/constraint-unions/blob/master/README.md">https://github.com/rampion/constraint-unions/blob/master/README.md</a></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 8, 2018 at 12:49 PM, Li-yao Xia <span dir="ltr"><<a href="mailto:lysxia@gmail.com" target="_blank">lysxia@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 05/07/2018 11:45 PM, Clinton Mead wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Li-yao<br>
<br>
I understand this issue, but I think what your describing doesn't relate to what I'm talking about uniquely.<br>
<br>
For example:<br>
<br>
instance {-# OVERLAPPABLE #-} Num x => C x where ...<br>
instance {-# OVERLAPPING #-} C Int where ...<br>
<br>
is completely legal, and the instance used depends on context.<br>
<br>
This is an issue with overlapping instances, but already GHC allows it. I don't think what I'm proposing is any worse to what's already legal.<br>
<br>
</blockquote></span>
No instance for the C type class above will be picked until x is equal to some applied type constructor; it will be more challenging to break coherence with that than using what you're proposing.<br>
<br>
It seems difficult to make a clear point because the whole topic of coherence with Haskell type classes is already a minefield.<div class="HOEnZb"><div class="h5"><br>
<br>
Li-yao<br>
______________________________<wbr>_________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bi<wbr>n/mailman/listinfo/haskell-caf<wbr>e</a><br>
Only members subscribed via the mailman list are allowed to post.</div></div></blockquote></div><br></div>