xhtml-combinators-0.2.1: Fast and easy to use XHTML combinators.

PortabilityGHC
Stabilityexperimental
Maintaineralasdair.armstrong@googlemail.com

Text.XHtmlCombinators.Safe

Description

 

Documentation

text :: (Functor t, Monad t, CData c) => Text -> XHtmlT t cSource

map' :: (Functor t, Monad t, Flow c) => Text -> Attrs -> XHtmlT t MapContent -> XHtmlT t cSource

map_ :: (Functor t, Monad t, Flow c) => Text -> XHtmlT t MapContent -> XHtmlT t cSource

textarea' :: (Functor t, Monad t, Inline c) => Int -> Int -> Attrs -> Text -> XHtmlT t cSource

textarea :: (Functor t, Monad t, Inline c) => Int -> Int -> Text -> XHtmlT t cSource