Forked from
Glasgow Haskell Compiler / haddock
3395 commits behind, 2578 commits ahead of the upstream repository.
Alec Theriault
authored
This solves the problem of docs, which are associated with default method signatures, not finding their way into the right 'ExportDecl' and consequently not being available in 'ppClassDecl'. The crux of this issue is that since we are keying the docs for default methods under another name, we need to manually look these up and make sure they still end up in the right 'ExportDecl'.