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.

  1. scrollPageUp :: Int -> IO ()

    ansi-terminal System.Console.ANSI

    No documentation available.

  2. scrollPageUpCode :: Int -> String

    ansi-terminal System.Console.ANSI

    No documentation available.

  3. onpagehide :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the onpagehide attribute. Example:

    div ! onpagehide "bar" $ "Hello."
    
    Result:
    <div onpagehide="bar">Hello.</div>
    

  4. onpageshow :: AttributeValue -> Attribute

    blaze-html Text.Blaze.Html5.Attributes

    Combinator for the onpageshow attribute. Example:

    div ! onpageshow "bar" $ "Hello."
    
    Result:
    <div onpageshow="bar">Hello.</div>
    

  5. onpagehide :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml5.Attributes

    Combinator for the onpagehide attribute. Example:

    div ! onpagehide "bar" $ "Hello."
    
    Result:
    <div onpagehide="bar">Hello.</div>
    

  6. onpageshow :: AttributeValue -> Attribute

    blaze-html Text.Blaze.XHtml5.Attributes

    Combinator for the onpageshow attribute. Example:

    div ! onpageshow "bar" $ "Hello."
    
    Result:
    <div onpageshow="bar">Hello.</div>
    

  7. htmlPage :: HtmlOpts -> Html -> String

    pretty-show Text.Show.Pretty

    Wrap an Html fragment to make an Html page.

  8. valToHtmlPage :: HtmlOpts -> Value -> String

    pretty-show Text.Show.Pretty

    Make an Html page representing the given value.

  9. homepage :: Text

    haskell-gi Data.GI.CodeGen.ProjectInfo

    No documentation available.

  10. widgetToPageContent :: Yesod site => WidgetFor site () -> HandlerFor site (PageContent (Route site))

    yesod-core Yesod.Core

    Convert a widget to a PageContent.

Page 260 of many | Previous | Next