
20 May
2009
20 May
'09
7:42 a.m.
2009/5/15 MaurĂcio
Hi,
I have a situation like this: module A imports R (a newtype declaration) from module B, and lists it in its (module A) export list.
Documentation for R is included by haddock in documentation for module A, as I want. However, if my package exposes only module A, documentation for R desapears.
Hi Mauricio, sorry for the late reply. When you say documentation disappears, do you mean that R is still listed, but its comments are not shown, or is R completely absent from the documentation? Thanks, David