xhtml-combinators-0.2.2: Fast and easy to use XHTML combinators.ContentsIndex
Text.XHtmlCombinators.Safe
PortabilityGHC
Stabilityexperimental
Maintaineralasdair.armstrong@googlemail.com
Description
Documentation
module Text.XHtmlCombinators
text :: (Functor t, Monad t, CData c) => Text -> XHtmlT t c
title' :: (Functor t, Monad t) => Attrs -> Text -> XHtmlT t HeadContent
title :: (Functor t, Monad t) => Text -> XHtmlT t HeadContent
base' :: (Functor t, Monad t) => Text -> Attrs -> XHtmlT t HeadContent
base :: (Functor t, Monad t) => Text -> XHtmlT t HeadContent
meta' :: (Functor t, Monad t) => Text -> Attrs -> XHtmlT t HeadContent
meta :: (Functor t, Monad t) => Text -> XHtmlT t HeadContent
style' :: (Functor t, Monad t) => Text -> Attrs -> Text -> XHtmlT t HeadContent
style :: (Functor t, Monad t) => Text -> Text -> XHtmlT t HeadContent
script' :: (Functor t, Monad t) => Text -> Attrs -> Text -> XHtmlT t HeadContent
script :: (Functor t, Monad t) => Text -> Text -> XHtmlT t HeadContent
bdo' :: (Functor t, Monad t, Inline c) => Text -> Attrs -> XHtmlT t InlineContent -> XHtmlT t c
bdo :: (Functor t, Monad t, Inline c) => Text -> XHtmlT t InlineContent -> XHtmlT t c
map' :: (Functor t, Monad t, Flow c) => Text -> Attrs -> XHtmlT t MapContent -> XHtmlT t c
map_ :: (Functor t, Monad t, Flow c) => Text -> XHtmlT t MapContent -> XHtmlT t c
area' :: (Functor t, Monad t) => Text -> Attrs -> XHtmlT t MapContent
area :: (Functor t, Monad t) => Text -> XHtmlT t MapContent
form' :: (Functor t, Monad t, Block c) => Text -> Attrs -> XHtmlT t FlowContent -> XHtmlT t c
form :: (Functor t, Monad t, Block c) => Text -> XHtmlT t FlowContent -> XHtmlT t c
optgroup' :: (Functor t, Monad t) => Text -> Attrs -> XHtmlT t OptionContent -> XHtmlT t OptionContent
optgroup :: (Functor t, Monad t) => Text -> XHtmlT t OptionContent -> XHtmlT t OptionContent
option' :: (Functor t, Monad t) => Attrs -> Text -> XHtmlT t OptionContent
option :: (Functor t, Monad t) => Text -> XHtmlT t OptionContent
textarea' :: (Functor t, Monad t, Inline c) => Int -> Int -> Attrs -> Text -> XHtmlT t c
textarea :: (Functor t, Monad t, Inline c) => Int -> Int -> Text -> XHtmlT t c
Produced by Haddock version 2.7.2