Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. thead :: Html -> Html

    blaze-html Text.Blaze.Html5

    Combinator for the <thead> element. Example:

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

  2. thead :: Html -> Html

    blaze-html Text.Blaze.XHtml1.FrameSet

    Combinator for the <thead> element. Example:

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

  3. thead :: Html -> Html

    blaze-html Text.Blaze.XHtml1.Strict

    Combinator for the <thead> element. Example:

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

  4. thead :: Html -> Html

    blaze-html Text.Blaze.XHtml1.Transitional

    Combinator for the <thead> element. Example:

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

  5. thead :: Html -> Html

    blaze-html Text.Blaze.XHtml5

    Combinator for the <thead> element. Example:

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

  6. aeadAppendHeader :: ByteArrayAccess aad => AEAD cipher -> aad -> AEAD cipher

    crypton Crypto.Cipher.Types

    Adding associated/additional data to the AEAD context.

  7. aeadImplAppendHeader :: AEADModeImpl st -> forall ba . ByteArrayAccess ba => st -> ba -> st

    crypton Crypto.Cipher.Types

    Adding associated/additional data to the AEAD context.

  8. generateCabalMacrosHeader :: PackageDescription -> LocalBuildInfo -> ComponentLocalBuildInfo -> String

    Cabal Distribution.Simple.Build.Macros

    The contents of the cabal_macros.h for the given configured package.

  9. cppHeaderName :: String

    Cabal Distribution.Simple.BuildPaths

    No documentation available.

  10. ConfigStateFileBadHeader :: ConfigStateFileError

    Cabal Distribution.Simple.Configure

    Incorrect header.

Page 149 of many | Previous | Next