blaze-html-0.4.1.3: A blazingly fast HTML combinator library.

Text.Blaze.Renderer.String

Description

A renderer that produces a native Haskell String, mostly meant for debugging purposes.

Synopsis

Documentation

fromChoiceStringSource

Arguments

:: ChoiceString

String to render

-> String

String to append

-> String

Resulting string

Render a ChoiceString.

renderHtmlSource

Arguments

:: Html

HTML to render

-> String

Resulting String

Render HTML to a lazy String.