On 22/01/14 09:48, Alexander Berntsen wrote:
> On 22/01/14 10:42, satvik chauhan wrote:
>> data Foo = Foo Int -- ^ First
>> Int -- ^ Second
> I don't think you can do it that way. See [0].
>
> [0] <http://www.haskell.org/haddock/doc/html/ch03s02.html#idp1371328252>
>
> _______________________________________________I can confirm that you can not document constructors in this way. If you
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
really need to, you can make it into a record and document each field.
--
Mateusz K.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe