Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. header :: Html -> Html

    blaze-html Text.Blaze.XHtml5

    Combinator for the <header> element. Example:

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

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

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

    free Control.Comonad.Trans.Cofree

    Extract the head of the base functor

  4. headMaybe :: Bag a -> Maybe a

    ghc GHC.Data.Bag

    No documentation available.

  5. headOL :: OrdList a -> a

    ghc GHC.Data.OrdList

    No documentation available.

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

    ghc GHC.Parser.Lexer

    No documentation available.

  7. headerFormatter :: Formatter -> FormatM ()

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

    No documentation available.

  8. headerParseErrorFormatter :: ErrorFormatters -> ErrorFormatter

    servant-server Servant.Server

    Format error from parsing request headers.

  9. headerParseErrorFormatter :: ErrorFormatters -> ErrorFormatter

    servant-server Servant.Server.Internal.ErrorFormatter

    Format error from parsing request headers.

  10. header :: PngRawImage -> PngIHdr

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

Page 27 of many | Previous | Next