[patch] Implement GADT records in HTML backend

David Waern david.waern at gmail.com
Tue Jul 21 18:40:55 EDT 2009


2009/7/21 David Waern <david.waern at gmail.com>:
> 2009/7/20 Isaac Dupree <id at isaac.cedarswampstudios.org>:
>> here's a pretty simple patch to remedy that deficiency in Haddock, it's
>> independent of all my other patches.  Review?  I used this source
>> declaration for testing:
>>
>> -- | h1
>> data H1 a b where
>>  C1 :: H1 a b
>>  C2 :: Ord a => [a] -> H1 a a
>>  C3 { field :: Int -- ^ hello docs
>>     } :: H1 Int Int
>>
>> -Isaac
>
> Thanks! Looks good.

Applied!

David



More information about the Haddock mailing list