diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-05-24 13:13:42 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-05-24 13:13:42 +0000 |
commit | a18e08392f7f75d03352bed6d97fc90f89b215ac (patch) | |
tree | 572cad41af227e1f48910d5e6d2648726b0beeb2 /src/Haddock/Backends/Xhtml/Util.hs | |
parent | baa8453620fc1a69cecf6c888410242d6c5cce10 (diff) |
merge in changes from the big-whitespace cleanup
Diffstat (limited to 'src/Haddock/Backends/Xhtml/Util.hs')
-rw-r--r-- | src/Haddock/Backends/Xhtml/Util.hs | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/src/Haddock/Backends/Xhtml/Util.hs b/src/Haddock/Backends/Xhtml/Util.hs index cbaf6766..8229e002 100644 --- a/src/Haddock/Backends/Xhtml/Util.hs +++ b/src/Haddock/Backends/Xhtml/Util.hs @@ -10,8 +10,24 @@ -- Stability : experimental -- Portability : portable ----------------------------------------------------------------------------- - -module Haddock.Backends.Xhtml.Util where +module Haddock.Backends.Xhtml.Util ( + renderToString, + + namedAnchor, linkedAnchor, + spliceURL, + + (<+>), (<++>), char, empty, + keyword, punctuate, + + braces, brackets, pabrackets, parens, parenList, ubxParenList, + arrow, comma, dcolon, dot, darrow, equals, forallSymbol, quote, + + tda, emptyTable, s8, + abovesSep, hsep, + + collapsebutton, collapseId, collapsed, + documentCharacterEncoding, styleSheet +) where import Haddock.GhcUtils import Haddock.Utils |