
26 Sep
2007
26 Sep
'07
2:15 p.m.
Hello folks, Using Haddock 0.8, if I use haddock to document a module like this.. module MyModule ( module MyOtherModule ) where import MyOtherModule hiding (foo) I still get foo documented in the API for MyModule, despite the fact that foo is not really made available by importing MyModule. This looks like a bug to me, or maybe there's something else I should be doing. Anyone care to comment? Thanks -- Adrian Hey
6496
Age (days ago)
6496
Last active (days ago)
0 comments
1 participants
participants (1)
-
Adrian Hey