Even better might be to use GHC 8 custom type errors in the constraint head to explain what 'Impossible' means.<br><br><div class="gmail_quote"><div dir="ltr">On Tue, 22 Mar 2016 10:21 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 Wed, 24 Feb 2016, Chris Allen wrote:<br>
<br>
> You can't not-include the instances because we'll just end up with orphans so that's not cricket I think.<br>
<br>
We could define<br>
<br>
   instance Impossible a => Functor ((,,) a b) where<br>
<br>
where Impossible is a non exported class.<br>
_______________________________________________<br>
Libraries mailing list<br>
<a href="mailto:Libraries@haskell.org" target="_blank">Libraries@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries</a><br>
</blockquote></div>