[Haskell-cafe] haddock + class instances + hidden types
Sean McLaughlin
seanmcl at gmail.com
Mon Nov 30 16:14:03 EST 2009
Hi,
Is there a way to make haddock not generate instance documentation
for non-exported types? Right now for instance, if there is a class A
in module A, and I have a hidden type B in module B and I have
instance A.A B in module B, then in the documentation for module A,
the (supposedly hidden) type B shows up as one of the instances.
There is no hyperlink, but I don't think it should show up there.
Thanks!
Sean
More information about the Haskell-Cafe
mailing list