Hoogle Search

Within LTS Haskell 22.17 (ghc-9.6.4)

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

  1. module Text.Blaze.Html

    No documentation available.

  2. type Html = Markup

    blaze-html Text.Blaze.Html

    No documentation available.

  3. html :: Html -> Html

    blaze-html Text.Blaze.Html4.FrameSet

    Combinator for the <html> element. Example:

    html $ span $ toHtml "foo"
    
    Result:
    <html><span>foo</span></html>
    

  4. html :: Html -> Html

    blaze-html Text.Blaze.Html4.Strict

    Combinator for the <html> element. Example:

    html $ span $ toHtml "foo"
    
    Result:
    <html><span>foo</span></html>
    

  5. html :: Html -> Html

    blaze-html Text.Blaze.Html4.Transitional

    Combinator for the <html> element. Example:

    html $ span $ toHtml "foo"
    
    Result:
    <html><span>foo</span></html>
    

  6. html :: Html -> Html

    blaze-html Text.Blaze.Html5

    Combinator for the <html> element. Example:

    html $ span $ toHtml "foo"
    
    Result:
    <html><span>foo</span></html>
    

  7. html :: Html -> Html

    blaze-html Text.Blaze.XHtml1.FrameSet

    Combinator for the <html> element. Example:

    html $ span $ toHtml "foo"
    
    Result:
    <html><span>foo</span></html>
    

  8. html :: Html -> Html

    blaze-html Text.Blaze.XHtml1.Strict

    Combinator for the <html> element. Example:

    html $ span $ toHtml "foo"
    
    Result:
    <html><span>foo</span></html>
    

  9. html :: Html -> Html

    blaze-html Text.Blaze.XHtml1.Transitional

    Combinator for the <html> element. Example:

    html $ span $ toHtml "foo"
    
    Result:
    <html><span>foo</span></html>
    

  10. html :: Html -> Html

    blaze-html Text.Blaze.XHtml5

    Combinator for the <html> element. Example:

    html $ span $ toHtml "foo"
    
    Result:
    <html><span>foo</span></html>
    

Page 1 of many | Next