RE: Type Families in Haddock

2008-07-04 Thread Simon Peyton-Jones
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

Re: Type Families in Haddock

2008-07-03 Thread Manuel M T Chakravarty
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

Re: Type Families in Haddock

2008-07-02 Thread David Waern
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

Re: Type Families in Haddock

2008-07-02 Thread Don Stewart
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

Type Families in Haddock

2008-07-02 Thread 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 family declarations. Is this t