| Portability | GHC |
|---|---|
| Stability | experimental |
| Maintainer | alasdair.armstrong@googlemail.com |
Text.XHtmlCombinators.Safe
Description
Documentation
module Text.XHtmlCombinators
bdo' :: (Functor t, Monad t, Inline c) => Text -> Attrs -> XHtmlT t InlineContent -> XHtmlT t cSource
optgroup' :: (Functor t, Monad t) => Text -> Attrs -> XHtmlT t OptionContent -> XHtmlT t OptionContentSource
optgroup :: (Functor t, Monad t) => Text -> XHtmlT t OptionContent -> XHtmlT t OptionContentSource