Hoogle Search

Within LTS Haskell 22.19 (ghc-9.6.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Text.Blaze.Html5

    This module exports HTML combinators used to create documents.

  2. htmlCell :: Html -> Cell

    blaze-colonnade Text.Blaze.Colonnade

    Create a Cell from a Widget

  3. htmlFromCell :: (Html -> Html) -> Cell -> Html

    blaze-colonnade Text.Blaze.Colonnade

    Convert a Cell to Html by wrapping the content with a tag and applying the Cell attributes to that tag.

  4. preEscapedToHtml :: ToMarkup a => a -> Html

    blaze-html Text.Blaze.Html

    No documentation available.

  5. toHtml :: ToMarkup a => a -> Html

    blaze-html Text.Blaze.Html

    No documentation available.

  6. renderHtml :: Html -> String

    blaze-html Text.Blaze.Html.Renderer.Pretty

    No documentation available.

  7. renderHtml :: Html -> String

    blaze-html Text.Blaze.Html.Renderer.String

    No documentation available.

  8. renderHtml :: Html -> Text

    blaze-html Text.Blaze.Html.Renderer.Text

    No documentation available.

  9. renderHtmlBuilder :: Html -> Builder

    blaze-html Text.Blaze.Html.Renderer.Text

    No documentation available.

  10. renderHtmlBuilderWith :: (ByteString -> Text) -> Html -> Builder

    blaze-html Text.Blaze.Html.Renderer.Text

    No documentation available.

Page 2 of many | Previous | Next