Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
renderMarkupBuilder :: MarkupM a -> Builder Source #
renderMarkupBuilderWithT :: Monad m => (ByteString -> Text) -> MarkupT m a -> m Builder Source #
renderMarkupWithT :: Monad m => (ByteString -> Text) -> MarkupT m a -> m Text Source #
renderHtmlBuilderWithT :: Monad m => (ByteString -> Text) -> MarkupT m a -> m Builder Source #
renderHtmlWithT :: Monad m => (ByteString -> Text) -> MarkupT m a -> m Text Source #
renderMarkupBuilderWith :: (ByteString -> Text) -> MarkupM a -> Builder Source #
renderMarkup :: MarkupM a -> Text Source #
renderMarkupWith :: (ByteString -> Text) -> MarkupM a -> Text Source #
renderHtmlBuilder :: MarkupM a -> Builder Source #
renderHtmlBuilderWith :: (ByteString -> Text) -> MarkupM a -> Builder Source #
renderHtml :: MarkupM a -> Text Source #
renderHtmlWith :: (ByteString -> Text) -> MarkupM a -> Text Source #