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.
-
blaze-html Text.Blaze.Html4.FrameSet Combinator for the <p> element. Example:
p $ span $ toHtml "foo"
Result:<p><span>foo</span></p>
-
blaze-html Text.Blaze.Html4.Strict Combinator for the <p> element. Example:
p $ span $ toHtml "foo"
Result:<p><span>foo</span></p>
-
blaze-html Text.Blaze.Html4.Transitional Combinator for the <p> element. Example:
p $ span $ toHtml "foo"
Result:<p><span>foo</span></p>
-
blaze-html Text.Blaze.Html5 Combinator for the <p> element. Example:
p $ span $ toHtml "foo"
Result:<p><span>foo</span></p>
-
blaze-html Text.Blaze.XHtml1.FrameSet Combinator for the <p> element. Example:
p $ span $ toHtml "foo"
Result:<p><span>foo</span></p>
-
blaze-html Text.Blaze.XHtml1.Strict Combinator for the <p> element. Example:
p $ span $ toHtml "foo"
Result:<p><span>foo</span></p>
-
blaze-html Text.Blaze.XHtml1.Transitional Combinator for the <p> element. Example:
p $ span $ toHtml "foo"
Result:<p><span>foo</span></p>
-
blaze-html Text.Blaze.XHtml5 Combinator for the <p> element. Example:
p $ span $ toHtml "foo"
Result:<p><span>foo</span></p>
-
cryptonite Crypto.KDF.Scrypt Must satisfy r * p < 2^30
-
html Text.Html No documentation available.