That would be fabulous.
| -Original Message-
| From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Waern
| Sent: 02 July 2008 08:53
| To: cvs-ghc@haskell.org; [EMAIL PROTECTED]
| Subject: Type Families in Haddock
|
| Hi,
|
| I'm going to add Type Families support t
Hi David,
I'm going to add Type Families support to the Haddock HTML backend.
Great!
What would be the best way to do it? I'm thinking it could work
similar to how classes and instances are currently rendered, so that
type/data/newtype instances are collected and attached to type family
decl
2008/7/2 Don Stewart <[EMAIL PROTECTED]>:
> david.waern:
>> Hi,
>>
>> I'm going to add Type Families support to the Haddock HTML backend.
>> What would be the best way to do it? I'm thinking it could work
>> similar to how classes and instances are currently rendered, so that
>> type/data/newtype i
david.waern:
> Hi,
>
> I'm going to add Type Families support to the Haddock HTML backend.
> What would be the best way to do it? I'm thinking it could work
> similar to how classes and instances are currently rendered, so that
> type/data/newtype instances are collected and attached to type famil
Hi,
I'm going to add Type Families support to the Haddock HTML backend.
What would be the best way to do it? I'm thinking it could work
similar to how classes and instances are currently rendered, so that
type/data/newtype instances are collected and attached to type family
declarations. Is this t