blazeT-0.0.1: A true monad (transformer) version of the blaze-markup and blaze-html libraries

Safe HaskellNone
LanguageHaskell98

Text.BlazeT.Html

Contents

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 #