Hello,<br><br>Does anyone know if it is possible to specify a default definition for an associated type synonym? When I tried:<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
class A a where<br> &nbsp; type B a = a<br></blockquote><br>GHC (version 6.9.20080309) told me: &quot;Type declaration in a class must be a kind signature or synonym default&quot;. However, when I look at the parser I see no way to specify such synonym default. Is this possible?<br>
<br><br><br>Thanks,<br>Zé Pedro<br>