blaze-html-0.4.1.3: A blazingly fast HTML combinator library.
Source code
Contents
Index
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
fromChoiceString
Source
::
ChoiceString
String to render
->
String
String to append
->
String
Resulting string
Render a
ChoiceString
.
renderHtml
Source
::
Html
HTML to render
->
String
Resulting
String
Render HTML to a lazy
String
.
Produced by
Haddock
version 2.6.1