Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. summary :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html4.Strict.Attributes

    Combinator for the summary attribute. Example:

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

  2. summary :: AttributeValue -> Attribute

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

    Combinator for the summary attribute. Example:

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

  3. summary :: Html -> Html

    blaze-html Text.Blaze.Html5

    Combinator for the <summary> element. Example:

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

  4. summary :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the summary attribute. Example:

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

  5. summary :: AttributeValue -> Attribute

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

    Combinator for the summary attribute. Example:

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

  6. summary :: AttributeValue -> Attribute

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

    Combinator for the summary attribute. Example:

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

  7. summary :: AttributeValue -> Attribute

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

    Combinator for the summary attribute. Example:

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

  8. summary :: Html -> Html

    blaze-html Text.Blaze.XHtml5

    Combinator for the <summary> element. Example:

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

  9. summary :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml5.Attributes

    Combinator for the summary attribute. Example:

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

  10. summarizePackage :: Verbosity -> PackageLog -> IO Bool

    Cabal Distribution.Simple.Test.Log

    Print a summary to the console after all test suites have been run indicating the number of successful test suites and cases. Returns True if all test suites passed and False otherwise.

Page 41 of many | Previous | Next