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.

  1. headers :: AttributeValue -> Attribute

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

    Combinator for the headers attribute. Example:

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

  2. header :: Html -> Html

    blaze-html Text.Blaze.XHtml5

    Combinator for the <header> element. Example:

    header $ span $ toHtml "foo"
    
    Result:
    <header><span>foo</span></header>
    

  3. headers :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml5.Attributes

    Combinator for the headers attribute. Example:

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

  4. headF :: forall (f :: Type -> Type) a b . CofreeF f a b -> a

    free Control.Comonad.Trans.Cofree

    Extract the head of the base functor

  5. headMaybe :: Bag a -> Maybe a

    ghc GHC.Data.Bag

    No documentation available.

  6. headOL :: OrdList a -> a

    ghc GHC.Data.OrdList

    No documentation available.

  7. header_comments :: PState -> Maybe [LEpaComment]

    ghc GHC.Parser.Lexer

    No documentation available.

  8. headerFormatter :: Formatter -> FormatM ()

    hspec-core Test.Hspec.Core.Formatters.V1

    No documentation available.

  9. headerParseErrorFormatter :: ErrorFormatters -> ErrorFormatter

    servant-server Servant.Server

    Format error from parsing request headers.

  10. headerParseErrorFormatter :: ErrorFormatters -> ErrorFormatter

    servant-server Servant.Server.Internal.ErrorFormatter

    Format error from parsing request headers.

Page 27 of many | Previous | Next