Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. p :: Html -> Html

    blaze-html Text.Blaze.Html4.FrameSet

    Combinator for the <p> element. Example:

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

  2. p :: Html -> Html

    blaze-html Text.Blaze.Html4.Strict

    Combinator for the <p> element. Example:

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

  3. p :: Html -> Html

    blaze-html Text.Blaze.Html4.Transitional

    Combinator for the <p> element. Example:

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

  4. p :: Html -> Html

    blaze-html Text.Blaze.Html5

    Combinator for the <p> element. Example:

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

  5. p :: Html -> Html

    blaze-html Text.Blaze.XHtml1.FrameSet

    Combinator for the <p> element. Example:

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

  6. p :: Html -> Html

    blaze-html Text.Blaze.XHtml1.Strict

    Combinator for the <p> element. Example:

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

  7. p :: Html -> Html

    blaze-html Text.Blaze.XHtml1.Transitional

    Combinator for the <p> element. Example:

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

  8. p :: Html -> Html

    blaze-html Text.Blaze.XHtml5

    Combinator for the <p> element. Example:

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

  9. p :: Parameters -> Int

    cryptonite Crypto.KDF.Scrypt

    Must satisfy r * p < 2^30

  10. p :: Html -> Html

    html Text.Html

    No documentation available.

Page 10 of many | Previous | Next