Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. small :: Html -> Html

    blaze-html Text.Blaze.Html5

    Combinator for the <small> element. Example:

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

  2. challenge :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the challenge attribute. Example:

    div ! challenge "bar" $ "Hello."
    
    Result:
    <div challenge="bar">Hello.</div>
    

  3. onstalled :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the onstalled attribute. Example:

    div ! onstalled "bar" $ "Hello."
    
    Result:
    <div onstalled="bar">Hello.</div>
    

  4. small :: Html -> Html

    blaze-html Text.Blaze.XHtml1.FrameSet

    Combinator for the <small> element. Example:

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

  5. small :: Html -> Html

    blaze-html Text.Blaze.XHtml1.Strict

    Combinator for the <small> element. Example:

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

  6. small :: Html -> Html

    blaze-html Text.Blaze.XHtml1.Transitional

    Combinator for the <small> element. Example:

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

  7. small :: Html -> Html

    blaze-html Text.Blaze.XHtml5

    Combinator for the <small> element. Example:

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

  8. challenge :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml5.Attributes

    Combinator for the challenge attribute. Example:

    div ! challenge "bar" $ "Hello."
    
    Result:
    <div challenge="bar">Hello.</div>
    

  9. onstalled :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml5.Attributes

    Combinator for the onstalled attribute. Example:

    div ! onstalled "bar" $ "Hello."
    
    Result:
    <div onstalled="bar">Hello.</div>
    

  10. CryptoError_OutputLengthTooSmall :: CryptoError

    crypton Crypto.Error

    No documentation available.

Page 229 of many | Previous | Next