[Haskell-cafe] Suppress re-exported module's docs ...
aditya siram
aditya.siram at gmail.com
Fri Sep 21 11:13:55 UTC 2018
Is there any way to have Haddock ignore a re-exported module without hiding
it? eg. here all of `B`'s exports/docs show up in `A`'s Haddock page and I
don't want to see them there:
module A
(
...
module B
)
import B
...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180921/966aff67/attachment.html>
More information about the Haskell-Cafe
mailing list