10 Oct
2005
10 Oct
'05
1:17 p.m.
Am Montag, 10. Oktober 2005 13:44 schrieb Benjamin Franksen:
[...]
Is there a way to persuade haddock to list only instances of data types that are actually visible to the user?
I experienced the same problem and worked around it by enclosing the instance declarations for private data types with #ifndef __HADDOCK__ and #endif.
Ben
Best wishes, Wolfgang