blaze-html-0.4.1.3: A blazingly fast HTML combinator library.Source codeContentsIndex
Text.Blaze.Renderer.String
Description
A renderer that produces a native Haskell String, mostly meant for debugging purposes.
Synopsis
fromChoiceString :: ChoiceString -> String -> String
renderHtml :: Html -> String
Documentation
fromChoiceStringSource
:: ChoiceStringString to render
-> StringString to append
-> StringResulting string
Render a ChoiceString.
renderHtmlSource
:: HtmlHTML to render
-> StringResulting String
Render HTML to a lazy String.
Produced by Haddock version 2.6.1