Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. showCodePoint :: Char -> ShowS

    unicode-data Unicode.Char

    Show the code point of a character using the Unicode Standard convention: hexadecimal codepoint padded with zeros if inferior to 4 characters.

    >>> showCodePoint '\xf' ""
    "000F"
    
    >>> showCodePoint '\x1ffff' ""
    "1FFFF"
    

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

    xhtml Text.XHtml.Frameset

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

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

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

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

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

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

    HaTeX Text.LaTeX.Base.Render

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

  9. showOctet :: [Word8] -> String

    HaskellNet Network.HaskellNet.Auth

    No documentation available.

  10. showFailError :: FailError -> Text

    LambdaHack Game.LambdaHack.Client.UI.HandleHelperM

    No documentation available.

Page 104 of many | Previous | Next