• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 20.15 (ghc-9.2.7)

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. preEscapedToHtml :: ToMarkup a => a -> Html

    blaze-html Text.Blaze.Html

    No documentation available.

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

    blaze-html Text.Blaze.Html

    No documentation available.

  4. renderHtml :: Html -> String

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

    No documentation available.

  5. renderHtml :: Html -> String

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

    No documentation available.

  6. renderHtml :: Html -> Text

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

    No documentation available.

  7. renderHtmlBuilder :: Html -> Builder

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

    No documentation available.

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

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

    No documentation available.

  9. renderHtmlWith :: (ByteString -> Text) -> Html -> Text

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

    No documentation available.

  10. renderHtml :: Html -> ByteString

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

    No documentation available.

Page 2 of many | Previous | Next

A service provided by FP Complete