Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showHtmlFragment :: HTML html => html -> Stringxhtml Text.XHtml.Strict Render a piece of HTML without adding a DOCTYPE declaration or root element. Does not add any extra whitespace.
showHtml :: HTML html => html -> Stringxhtml 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.
showHtmlFragment :: HTML html => html -> Stringxhtml Text.XHtml.Transitional Render a piece of HTML without adding a DOCTYPE declaration or root element. Does not add any extra whitespace.
showFloat :: RealFloat a => a -> StringHaTeX Text.LaTeX.Base.Render Show a signed floating number using standard decimal notation using 5 decimals.
showOctet :: [Word8] -> StringHaskellNet Network.HaskellNet.Auth No documentation available.
showFailError :: FailError -> TextLambdaHack Game.LambdaHack.Client.UI.HandleHelperM No documentation available.
-
LambdaHack Game.LambdaHack.Client.UI.Key Show a key with a modifier, if any.
-
LambdaHack Game.LambdaHack.Client.UI.Key Common and terse names for keys.
showNearbyScores :: TimeZone -> Int -> ScoreTable -> Int -> [[AttrLine]]LambdaHack Game.LambdaHack.Client.UI.Slideshow Produce a couple of renderings of the high scores table.
showTable :: TimeZone -> Int -> ScoreTable -> Int -> Int -> [AttrLine]LambdaHack Game.LambdaHack.Client.UI.Slideshow Show a screenful of the high scores table. Parameter entries is the number of (3-line) scores to be shown.