blazeT-0.0.6: A true monad (transformer) version of the blaze-markup and blaze-html libraries
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.BlazeT.Html

Synopsis

Documentation

Entities exported only by the blazeT version of this module

type HtmlM a = MarkupM a Source #

Entities exported also by Text.Blaze.Html

The following is an adaptation of all Text.Blaze.Html exports to blazeT types. For their documentation consult the Text.Blaze.Html documentation.

toHtml :: ToMarkup a => a -> Html Source #