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 _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
