Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
classid :: AttributeValue -> Attributeblaze-html Text.Blaze.Html4.FrameSet.Attributes Combinator for the classid attribute. Example:
div ! classid "bar" $ "Hello."
Result:<div classid="bar">Hello.</div>
width :: AttributeValue -> Attributeblaze-html Text.Blaze.Html4.FrameSet.Attributes Combinator for the width attribute. Example:
div ! width "bar" $ "Hello."
Result:<div width="bar">Hello.</div>
classid :: AttributeValue -> Attributeblaze-html Text.Blaze.Html4.Strict.Attributes Combinator for the classid attribute. Example:
div ! classid "bar" $ "Hello."
Result:<div classid="bar">Hello.</div>
width :: AttributeValue -> Attributeblaze-html Text.Blaze.Html4.Strict.Attributes Combinator for the width attribute. Example:
div ! width "bar" $ "Hello."
Result:<div width="bar">Hello.</div>
classid :: AttributeValue -> Attributeblaze-html Text.Blaze.Html4.Transitional.Attributes Combinator for the classid attribute. Example:
div ! classid "bar" $ "Hello."
Result:<div classid="bar">Hello.</div>
width :: AttributeValue -> Attributeblaze-html Text.Blaze.Html4.Transitional.Attributes Combinator for the width attribute. Example:
div ! width "bar" $ "Hello."
Result:<div width="bar">Hello.</div>
-
blaze-html Text.Blaze.Html5 Combinator for the <aside> element. Example:
aside $ span $ toHtml "foo"
Result:<aside><span>foo</span></aside>
-
blaze-html Text.Blaze.Html5 Combinator for the <video> element. Example:
video $ span $ toHtml "foo"
Result:<video><span>foo</span></video>
formnovalidate :: AttributeValue -> Attributeblaze-html Text.Blaze.Html5.Attributes Combinator for the formnovalidate attribute. Example:
div ! formnovalidate "bar" $ "Hello."
Result:<div formnovalidate="bar">Hello.</div>
hidden :: AttributeValue -> Attributeblaze-html Text.Blaze.Html5.Attributes Combinator for the hidden attribute. Example:
div ! hidden "bar" $ "Hello."
Result:<div hidden="bar">Hello.</div>