Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

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

  1. showHtmlFragment :: HTML html => html -> String

    xhtml Text.XHtml.Frameset

    Render a piece of HTML without adding a DOCTYPE declaration or root element. Does not add any extra whitespace.

  2. showHtml :: HTML html => html -> String

    xhtml Text.XHtml.Strict

    Output the HTML without adding newlines or spaces within the markup. This should be the most time and space efficient way to render HTML, though the output is quite unreadable.

  3. showHtmlFragment :: HTML html => html -> String

    xhtml Text.XHtml.Strict

    Render a piece of HTML without adding a DOCTYPE declaration or root element. Does not add any extra whitespace.

  4. showHtml :: HTML html => html -> String

    xhtml Text.XHtml.Transitional

    Output the HTML without adding newlines or spaces within the markup. This should be the most time and space efficient way to render HTML, though the output is quite unreadable.

  5. showHtmlFragment :: HTML html => html -> String

    xhtml Text.XHtml.Transitional

    Render a piece of HTML without adding a DOCTYPE declaration or root element. Does not add any extra whitespace.

  6. showFloat :: RealFloat a => a -> String

    HaTeX Text.LaTeX.Base.Render

    Show a signed floating number using standard decimal notation using 5 decimals.

  7. showOctet :: [Word8] -> String

    HaskellNet Network.HaskellNet.Auth

    No documentation available.

  8. showFailError :: FailError -> Text

    LambdaHack Game.LambdaHack.Client.UI.HandleHelperM

    No documentation available.

  9. showKM :: KM -> String

    LambdaHack Game.LambdaHack.Client.UI.Key

    Show a key with a modifier, if any.

  10. showKey :: Key -> String

    LambdaHack Game.LambdaHack.Client.UI.Key

    Common and terse names for keys.

Page 104 of many | Previous | Next