<div dir="ltr">Dang it. That's exactly what does. I had somehow convinced myself that it only worked with instances that used GHC.Generics.</div><br><div class="gmail_quote"><div dir="ltr">On Mon, Jan 14, 2019 at 11:14 AM Matthew Pickering <<a href="mailto:matthewtpickering@gmail.com">matthewtpickering@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Is that not what DeriveAnyClass does?<br>
<br>
On Mon, Jan 14, 2019 at 4:13 PM Andrew Martin <<a href="mailto:andrew.thaddeus@gmail.com" target="_blank">andrew.thaddeus@gmail.com</a>> wrote:<br>
><br>
> I was just doing the usual incantation for an exception type:<br>
><br>
>     data DatagramException = ...<br>
>       deriving stock (Eq,Show)<br>
>     instance Exception Datagram<br>
><br>
> And it suddenly hit me what a shame it was that I cannot put the Exception instance in a deriving clause like the others. It would be more visually pleasing to write:<br>
><br>
>     data DatagramException = ...<br>
>       deriving stock (Eq,Show)<br>
>       deriving defaulted (Exception)<br>
><br>
> --<br>
> -Andrew Thaddeus Martin<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><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">-Andrew Thaddeus Martin</div>