diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Haddock/Backends/LaTeX.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Backends/LaTeX.hs b/src/Haddock/Backends/LaTeX.hs index 04a139e7..9b73415a 100644 --- a/src/Haddock/Backends/LaTeX.hs +++ b/src/Haddock/Backends/LaTeX.hs @@ -485,7 +485,7 @@ ppClassDecl instances loc mbDoc subdocs | null lsigs, null ats = Nothing | null ats = Just methodTable --- | otherwise = atTable $$ methodTable -+ | otherwise = error "LaTeX.ppClassDecl" + | otherwise = error "LaTeX.ppClassDecl" methodTable = text "\\haddockpremethods{}\\textbf{Methods}" $$ |