[Haskell-cafe] Suppress re-exported module's docs ...

Roel van Dijk vandijk.roel at gmail.com
Thu Sep 27 12:45:42 UTC 2018


I believe the following is a common pattern:

module A
  ( module Exports
  ) where
import B as Exports
import C as Exports

Op vr 21 sep. 2018 13:15 schreef aditya siram <aditya.siram at gmail.com>:

> 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
>   ...
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180927/bdcbf30c/attachment.html>


More information about the Haskell-Cafe mailing list