Dear all,<br><br>I have looked through the tickets of haskell-prime.&nbsp; I would like to bring up my own point of view concerning one specific ticket, namely Class Aliases.&nbsp; I have looked at the ticket and right now it's marked as a low priority with low probability of entering the standard.
<br><br>As I see it, class aliases have a low impact on most of the code, only requiring some syntactical changes and some extensions in .hi interface.&nbsp; However, they can be very empowering with regards to the modularisation of type classes.&nbsp; Often people on #haskell want to implement some subset of Num and reuse as much as possible that which exists but find themselves stuck because their type does not support all the semantics of Num.&nbsp; With the use of type-classes one can easily decompose Num into a set of subclasses without making it more difficult to use for the general user of Num.&nbsp; In addition it can be used for other modularisations as well, making them quite trivlal, for instance the proposal to split Enum.
<br><br>Just my two cents :)<br>With regards,<br>Christophe Poucet<br><br>
<br><span class="moz-txt-tag">--&nbsp;<br></span>Christophe Poucet
<br>Ph.D. Student
<br>Phone:+32 16 28 87 20
<br>E-mail: <a class="moz-txt-link-abbreviated" href="mailto:Christophe.Poucet@imec.be">Christophe.Poucet@imec.be</a>
<br>IMEC vzw – Register of Legal Entities Leuven VAT BE 0425.260.668 – Kapeldreef 75, B-3001 Leuven, Belgium – <a class="moz-txt-link-abbreviated" href="http://www.imec.be/">www.imec.be</a>
<br>*****DISCLAIMER*****
<br>This e-mail and/or its attachments may contain confidential information. It is intended solely for the intended addressee(s).
<br>Any use of the information contained herein by other persons is
prohibited. IMEC vzw does not accept any liability for the contents of
this e-mail and/or its attachments.
<br>**********
<br>
<br>
<br>