Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
-
haskell-gi Data.GI.CodeGen.ProjectInfo No documentation available.
widgetToPageContent :: Yesod site => WidgetFor site () -> HandlerFor site (PageContent (Route site))yesod-core Yesod.Core Convert a widget to a PageContent.