text-show-instances-2.0.1: Additional instances for text-show

Copyright(C) 2014-2015 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

TextShow.Text.XHtml

Description

Monomorphic TextShow functions for data types in the xhtml library.

Since: 2

Synopsis

Documentation

showbHtml :: Html -> Builder Source

Convert an Html value to a Builder.

Since: 2

showbHtmlList :: [Html] -> Builder Source

Convert a list of Html values to a Builder.

Since: 2

showbHtmlAttr :: HtmlAttr -> Builder Source

Convert an HtmlAttr to a Builder.

Since: 2

showbHotLinkPrec :: Int -> HotLink -> Builder Source

Convert a HotLink to a Builder with the given precedence.

Since: 2

showbHtmlTable :: HtmlTable -> Builder Source

Convert an HtmlTable to a Builder.

Since: 2