Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. head :: DNonEmpty a -> a

    dlist Data.DList.DNonEmpty

    head xs is the first element of xs. <math>(1). head obeys the law:

    head xs = head (toNonEmpty xs)
    

  2. head :: forall (m :: Type -> Type) o . Monad m => ConduitT ByteString o m (Maybe Word8)

    conduit-extra Data.Conduit.Binary

    Return the next byte from the stream, if available. Since 0.3.0

  3. head :: Html -> Html

    blaze-html Text.Blaze.Html4.FrameSet

    Combinator for the <head> element. Example:

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

  4. head :: Html -> Html

    blaze-html Text.Blaze.Html4.Strict

    Combinator for the <head> element. Example:

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

  5. head :: Html -> Html

    blaze-html Text.Blaze.Html4.Transitional

    Combinator for the <head> element. Example:

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

  6. head :: Html -> Html

    blaze-html Text.Blaze.Html5

    Combinator for the <head> element. Example:

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

  7. head :: Html -> Html

    blaze-html Text.Blaze.XHtml1.FrameSet

    Combinator for the <head> element. Example:

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

  8. head :: Html -> Html

    blaze-html Text.Blaze.XHtml1.Strict

    Combinator for the <head> element. Example:

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

  9. head :: Html -> Html

    blaze-html Text.Blaze.XHtml1.Transitional

    Combinator for the <head> element. Example:

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

  10. head :: Html -> Html

    blaze-html Text.Blaze.XHtml5

    Combinator for the <head> element. Example:

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

Page 3 of many | Previous | Next