Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
httpEquiv :: AttributeValue -> Attributeblaze-html Text.Blaze.Html4.Strict.Attributes Combinator for the http-equiv attribute. Example:
div ! httpEquiv "bar" $ "Hello."
Result:<div http-equiv="bar">Hello.</div>
httpEquiv :: AttributeValue -> Attributeblaze-html Text.Blaze.Html4.Transitional.Attributes Combinator for the http-equiv attribute. Example:
div ! httpEquiv "bar" $ "Hello."
Result:<div http-equiv="bar">Hello.</div>
httpEquiv :: AttributeValue -> Attributeblaze-html Text.Blaze.Html5.Attributes Combinator for the http-equiv attribute. Example:
div ! httpEquiv "bar" $ "Hello."
Result:<div http-equiv="bar">Hello.</div>
required :: AttributeValue -> Attributeblaze-html Text.Blaze.Html5.Attributes Combinator for the required attribute. Example:
div ! required "bar" $ "Hello."
Result:<div required="bar">Hello.</div>
httpEquiv :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml1.FrameSet.Attributes Combinator for the http-equiv attribute. Example:
div ! httpEquiv "bar" $ "Hello."
Result:<div http-equiv="bar">Hello.</div>
httpEquiv :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml1.Strict.Attributes Combinator for the http-equiv attribute. Example:
div ! httpEquiv "bar" $ "Hello."
Result:<div http-equiv="bar">Hello.</div>
httpEquiv :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml1.Transitional.Attributes Combinator for the http-equiv attribute. Example:
div ! httpEquiv "bar" $ "Hello."
Result:<div http-equiv="bar">Hello.</div>
httpEquiv :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml5.Attributes Combinator for the http-equiv attribute. Example:
div ! httpEquiv "bar" $ "Hello."
Result:<div http-equiv="bar">Hello.</div>
required :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml5.Attributes Combinator for the required attribute. Example:
div ! required "bar" $ "Hello."
Result:<div required="bar">Hello.</div>
generateQ :: Curve -> Integer -> Pointcrypton Crypto.PubKey.ECC.Generate Generate Q given d. WARNING: Vulnerable to timing attacks.