Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
summary :: AttributeValue -> Attributeblaze-html Text.Blaze.Html5.Attributes Combinator for the summary attribute. Example:
div ! summary "bar" $ "Hello."
Result:<div summary="bar">Hello.</div>
summary :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml1.FrameSet.Attributes Combinator for the summary attribute. Example:
div ! summary "bar" $ "Hello."
Result:<div summary="bar">Hello.</div>
summary :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml1.Strict.Attributes Combinator for the summary attribute. Example:
div ! summary "bar" $ "Hello."
Result:<div summary="bar">Hello.</div>
summary :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml1.Transitional.Attributes Combinator for the summary attribute. Example:
div ! summary "bar" $ "Hello."
Result:<div summary="bar">Hello.</div>
-
blaze-html Text.Blaze.XHtml5 Combinator for the <summary> element. Example:
summary $ span $ toHtml "foo"
Result:<summary><span>foo</span></summary>
summary :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml5.Attributes Combinator for the summary attribute. Example:
div ! summary "bar" $ "Hello."
Result:<div summary="bar">Hello.</div>
-
ghc GHC.Builtin.Names No documentation available.
-
ghc GHC.Builtin.Names No documentation available.
-
ghc GHC.Builtin.Names No documentation available.
sumDataCon :: ConTag -> Arity -> DataConghc GHC.Builtin.Types Data constructor for i-th alternative of a n-ary unboxed sum.