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.
-
blaze-html Text.Blaze.Html5 Combinator for the <small> element. Example:
small $ span $ toHtml "foo"
Result:<small><span>foo</span></small>
challenge :: AttributeValue -> Attributeblaze-html Text.Blaze.Html5.Attributes Combinator for the challenge attribute. Example:
div ! challenge "bar" $ "Hello."
Result:<div challenge="bar">Hello.</div>
onstalled :: AttributeValue -> Attributeblaze-html Text.Blaze.Html5.Attributes Combinator for the onstalled attribute. Example:
div ! onstalled "bar" $ "Hello."
Result:<div onstalled="bar">Hello.</div>
-
blaze-html Text.Blaze.XHtml1.FrameSet Combinator for the <small> element. Example:
small $ span $ toHtml "foo"
Result:<small><span>foo</span></small>
-
blaze-html Text.Blaze.XHtml1.Strict Combinator for the <small> element. Example:
small $ span $ toHtml "foo"
Result:<small><span>foo</span></small>
-
blaze-html Text.Blaze.XHtml1.Transitional Combinator for the <small> element. Example:
small $ span $ toHtml "foo"
Result:<small><span>foo</span></small>
-
blaze-html Text.Blaze.XHtml5 Combinator for the <small> element. Example:
small $ span $ toHtml "foo"
Result:<small><span>foo</span></small>
challenge :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml5.Attributes Combinator for the challenge attribute. Example:
div ! challenge "bar" $ "Hello."
Result:<div challenge="bar">Hello.</div>
onstalled :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml5.Attributes Combinator for the onstalled attribute. Example:
div ! onstalled "bar" $ "Hello."
Result:<div onstalled="bar">Hello.</div>
CryptoError_OutputLengthTooSmall :: CryptoErrorcrypton Crypto.Error No documentation available.