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.
OnpagehideA :: Attribute "onpagehide" 'False 'Falsetype-of-html Html.Type No documentation available.
OnpageshowA :: Attribute "onpageshow" 'False 'Falsetype-of-html Html.Type No documentation available.
-
typst Typst.Types No documentation available.
defaultPageConfig :: FilePath -> PageConfigweb-rep Web.Rep Default configuration is inline ecma and css, separate html header and body, minified code, with the suggested filename prefix.
-
web-rep Web.Rep.Bootstrap A page containing all the bootstrap needs for a web page.
defaultPageConfig :: FilePath -> PageConfigweb-rep Web.Rep.Page Default configuration is inline ecma and css, separate html header and body, minified code, with the suggested filename prefix.
-
web-rep Web.Rep.Render Render a Page with the default configuration into Html.
renderPageAsByteString :: PageConfig -> Page -> Concerns ByteStringweb-rep Web.Rep.Render Render a Page as Text.
renderPageHtmlToFile :: FilePath -> PageConfig -> Page -> IO ()web-rep Web.Rep.Render Render a page to just a Html file.
renderPageHtmlWith :: PageConfig -> Page -> Markupweb-rep Web.Rep.Render Render a Page into Html.