Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
headers :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml1.Transitional.Attributes Combinator for the headers attribute. Example:
div ! headers "bar" $ "Hello."
Result:<div headers="bar">Hello.</div>
-
blaze-html Text.Blaze.XHtml5 Combinator for the <header> element. Example:
header $ span $ toHtml "foo"
Result:<header><span>foo</span></header>
headers :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml5.Attributes Combinator for the headers attribute. Example:
div ! headers "bar" $ "Hello."
Result:<div headers="bar">Hello.</div>
headF :: forall (f :: Type -> Type) a b . CofreeF f a b -> afree Control.Comonad.Trans.Cofree Extract the head of the base functor
-
ghc GHC.Data.Bag No documentation available.
-
ghc GHC.Data.OrdList No documentation available.
header_comments :: PState -> Maybe [LEpaComment]ghc GHC.Parser.Lexer No documentation available.
headerFormatter :: Formatter -> FormatM ()hspec-core Test.Hspec.Core.Formatters.V1 No documentation available.
headerParseErrorFormatter :: ErrorFormatters -> ErrorFormatterservant-server Servant.Server Format error from parsing request headers.
headerParseErrorFormatter :: ErrorFormatters -> ErrorFormatterservant-server Servant.Server.Internal.ErrorFormatter Format error from parsing request headers.