<div dir="auto"><div dir="auto">I believe the following is a common pattern:</div><div dir="auto"><br></div><div>module A</div><div dir="auto">  ( module Exports</div><div dir="auto">  ) where</div><div dir="auto">import B as Exports</div><div dir="auto">import C as Exports<br><br><div class="gmail_quote" dir="auto"><div dir="ltr">Op vr 21 sep. 2018 13:15 schreef aditya siram <<a href="mailto:aditya.siram@gmail.com">aditya.siram@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr">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:<br><br></div><div dir="ltr">module A <br>   ( <br>    ...<br>    module B <br>   )<br>import B<br>  ...<br></div></div>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div></div></div>