blazeT-0.0.5: A true monad (transformer) version of the blaze-markup and blaze-html libraries
Text.BlazeT.Html
Contents
Synopsis
module Text.BlazeT
type Html = Markup Source #
toHtml :: ToMarkup a => a -> Html Source #
preEscapedToHtml :: ToMarkup a => a -> Html Source #
type HtmlM = MarkupM Source #
type HtmlT = MarkupT Source #