Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    yaml Data.Yaml.Builder

    No documentation available.

  2. maybeNamedMappingComplex :: Maybe Text -> [(YamlBuilder, YamlBuilder)] -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

  3. namedMapping :: Text -> [(Text, YamlBuilder)] -> YamlBuilder

    yaml Data.Yaml.Builder

    No documentation available.

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

    yaml Data.Yaml.Builder

    No documentation available.

  5. type AnchorMap = Map AnchorName YamlValue

    yaml Data.Yaml.Parser

    No documentation available.

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

    yaml Data.Yaml.Parser

    No documentation available.

  7. 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>
    

  8. 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>
    

  9. 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>
    

  10. 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>
    

Page 437 of many | Previous | Next