Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
scrollPageDown :: Int -> IO ()ansi-terminal System.Console.ANSI No documentation available.
scrollPageDownCode :: Int -> Stringansi-terminal System.Console.ANSI No documentation available.
-
ansi-terminal System.Console.ANSI No documentation available.
scrollPageUpCode :: Int -> Stringansi-terminal System.Console.ANSI No documentation available.
onpagehide :: AttributeValue -> Attributeblaze-html Text.Blaze.Html5.Attributes Combinator for the onpagehide attribute. Example:
div ! onpagehide "bar" $ "Hello."
Result:<div onpagehide="bar">Hello.</div>
onpageshow :: AttributeValue -> Attributeblaze-html Text.Blaze.Html5.Attributes Combinator for the onpageshow attribute. Example:
div ! onpageshow "bar" $ "Hello."
Result:<div onpageshow="bar">Hello.</div>
onpagehide :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml5.Attributes Combinator for the onpagehide attribute. Example:
div ! onpagehide "bar" $ "Hello."
Result:<div onpagehide="bar">Hello.</div>
onpageshow :: AttributeValue -> Attributeblaze-html Text.Blaze.XHtml5.Attributes Combinator for the onpageshow attribute. Example:
div ! onpageshow "bar" $ "Hello."
Result:<div onpageshow="bar">Hello.</div>
htmlPage :: HtmlOpts -> Html -> Stringpretty-show Text.Show.Pretty Wrap an Html fragment to make an Html page.
valToHtmlPage :: HtmlOpts -> Value -> Stringpretty-show Text.Show.Pretty Make an Html page representing the given value.