text-show-instances-0.1: Additional instances for text-show

Copyright(C) 2014 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityExperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell98

Text.Show.Text.Text.XHtml

Description

Monomorphic Show functions for data types in the xhtml library.

Since: 0.1

Synopsis

Documentation

showbHtml :: Html -> Builder Source

Convert an Html value to a Builder.

Since: 0.1

showbHtmlList :: [Html] -> Builder Source

Convert a list of Html values to a Builder.

Since: 0.1

showbHtmlAttr :: HtmlAttr -> Builder Source

Convert an HtmlAttr to a Builder.

Since: 0.1

showbHotLinkPrec :: Int -> HotLink -> Builder Source

Convert a HotLink to a Builder with the given precedence.

Since: 0.1

showbHtmlTable :: HtmlTable -> Builder Source

Convert an HtmlTable to a Builder.

Since: 0.1