22 Jan
2014
22 Jan
'14
3:12 p.m.
Hi, Does anybody know how to document parameters of a constructor in haddock. The following code gives parse error on the second parameter while generating haddock documentation. ``` data Foo = Foo Int -- ^ First Int -- ^ Second ``` -Satvik