Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
namedMappingComplex :: Text -> [(YamlBuilder, YamlBuilder)] -> YamlBuilderyaml Data.Yaml.Builder No documentation available.
type
AnchorMap = Map AnchorName YamlValueyaml Data.Yaml.Parser No documentation available.
withMapping :: Text -> ([(Text, YamlValue)] -> YamlParser a) -> YamlValue -> YamlParser ayaml Data.Yaml.Parser No documentation available.
usemap :: AttributeValue -> Attributeblaze-html Text.Blaze.Html4.FrameSet.Attributes Combinator for the usemap attribute. Example:
div ! usemap "bar" $ "Hello."
Result:<div usemap="bar">Hello.</div>
usemap :: AttributeValue -> Attributeblaze-html Text.Blaze.Html4.Strict.Attributes Combinator for the usemap attribute. Example:
div ! usemap "bar" $ "Hello."
Result:<div usemap="bar">Hello.</div>
usemap :: AttributeValue -> Attributeblaze-html Text.Blaze.Html4.Transitional.Attributes Combinator for the usemap attribute. Example:
div ! usemap "bar" $ "Hello."
Result:<div usemap="bar">Hello.</div>
ismap :: AttributeValue -> Attributeblaze-html Text.Blaze.Html5.Attributes Combinator for the ismap attribute. Example:
div ! ismap "bar" $ "Hello."
Result:<div ismap="bar">Hello.</div>
usemap :: AttributeValue -> Attributeblaze-html Text.Blaze.Html5.Attributes Combinator for the usemap attribute. Example:
div ! usemap "bar" $ "Hello."
Result:<div usemap="bar">Hello.</div>
usemap :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml1.FrameSet.Attributes Combinator for the usemap attribute. Example:
div ! usemap "bar" $ "Hello."
Result:<div usemap="bar">Hello.</div>
usemap :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml1.Strict.Attributes Combinator for the usemap attribute. Example:
div ! usemap "bar" $ "Hello."
Result:<div usemap="bar">Hello.</div>