aditya siram
2018-09-21 11:13:55 UTC
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
...
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
...