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.

  1. namedMappingComplex :: Text -> [(YamlBuilder, YamlBuilder)] -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

  2. type AnchorMap = Map AnchorName YamlValue

    yaml Data.Yaml.Parser

    No documentation available.

  3. withMapping :: Text -> ([(Text, YamlValue)] -> YamlParser a) -> YamlValue -> YamlParser a

    yaml Data.Yaml.Parser

    No documentation available.

  4. usemap :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html4.FrameSet.Attributes

    Combinator for the usemap attribute. Example:

    div ! usemap "bar" $ "Hello."
    
    Result:
    <div usemap="bar">Hello.</div>
    

  5. usemap :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html4.Strict.Attributes

    Combinator for the usemap attribute. Example:

    div ! usemap "bar" $ "Hello."
    
    Result:
    <div usemap="bar">Hello.</div>
    

  6. usemap :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html4.Transitional.Attributes

    Combinator for the usemap attribute. Example:

    div ! usemap "bar" $ "Hello."
    
    Result:
    <div usemap="bar">Hello.</div>
    

  7. ismap :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the ismap attribute. Example:

    div ! ismap "bar" $ "Hello."
    
    Result:
    <div ismap="bar">Hello.</div>
    

  8. usemap :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the usemap attribute. Example:

    div ! usemap "bar" $ "Hello."
    
    Result:
    <div usemap="bar">Hello.</div>
    

  9. usemap :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml1.FrameSet.Attributes

    Combinator for the usemap attribute. Example:

    div ! usemap "bar" $ "Hello."
    
    Result:
    <div usemap="bar">Hello.</div>
    

  10. usemap :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml1.Strict.Attributes

    Combinator for the usemap attribute. Example:

    div ! usemap "bar" $ "Hello."
    
    Result:
    <div usemap="bar">Hello.</div>
    

Page 437 of many | Previous | Next