Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. Sequence :: [YamlValue] -> Anchor -> YamlValue

    yaml Data.Yaml.Parser

    No documentation available.

  2. withSequence :: Text -> ([YamlValue] -> YamlParser a) -> YamlValue -> YamlParser a

    yaml Data.Yaml.Parser

    No documentation available.

  3. httpEquiv :: AttributeValue -> Attribute

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

    Combinator for the http-equiv attribute. Example:

    div ! httpEquiv "bar" $ "Hello."
    
    Result:
    <div http-equiv="bar">Hello.</div>
    

  4. httpEquiv :: AttributeValue -> Attribute

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

    Combinator for the http-equiv attribute. Example:

    div ! httpEquiv "bar" $ "Hello."
    
    Result:
    <div http-equiv="bar">Hello.</div>
    

  5. httpEquiv :: AttributeValue -> Attribute

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

    Combinator for the http-equiv attribute. Example:

    div ! httpEquiv "bar" $ "Hello."
    
    Result:
    <div http-equiv="bar">Hello.</div>
    

  6. httpEquiv :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the http-equiv attribute. Example:

    div ! httpEquiv "bar" $ "Hello."
    
    Result:
    <div http-equiv="bar">Hello.</div>
    

  7. required :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the required attribute. Example:

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

  8. httpEquiv :: AttributeValue -> Attribute

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

    Combinator for the http-equiv attribute. Example:

    div ! httpEquiv "bar" $ "Hello."
    
    Result:
    <div http-equiv="bar">Hello.</div>
    

  9. httpEquiv :: AttributeValue -> Attribute

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

    Combinator for the http-equiv attribute. Example:

    div ! httpEquiv "bar" $ "Hello."
    
    Result:
    <div http-equiv="bar">Hello.</div>
    

  10. httpEquiv :: AttributeValue -> Attribute

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

    Combinator for the http-equiv attribute. Example:

    div ! httpEquiv "bar" $ "Hello."
    
    Result:
    <div http-equiv="bar">Hello.</div>
    

Page 183 of many | Previous | Next