diff options
author | David Waern <david.waern@gmail.com> | 2009-11-28 13:37:59 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2009-11-28 13:37:59 +0000 |
commit | 70361f06e3ea982a2f56d87501ce31d2f29f7e58 (patch) | |
tree | 4dff137c7de31ca95fada5ac9558452801be0742 /src/Haddock/Backends | |
parent | 24bd965572dcbd0853aadc3c9a07ce4b41c732e0 (diff) |
Remove Name from DocInstance
It's not used.
Diffstat (limited to 'src/Haddock/Backends')
-rw-r--r-- | src/Haddock/Backends/Html.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Html.hs b/src/Haddock/Backends/Html.hs index 93c2a491..073dd66a 100644 --- a/src/Haddock/Backends/Html.hs +++ b/src/Haddock/Backends/Html.hs @@ -1200,7 +1200,7 @@ ppClassDecl _ _ _ _ _ _ _ _ = error "declaration type not supported by ppShortCl -- an 'argBox'. The comment is printed to the right of the box in normal comment -- style. ppDocInstance :: Bool -> DocInstance DocName -> HtmlTable -ppDocInstance unicode (_, instHead, maybeDoc) = +ppDocInstance unicode (instHead, maybeDoc) = argBox (ppInstHead unicode instHead) <-> maybeRDocBox maybeDoc |