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.

  1. scrollPageDown :: Int -> IO ()

    ansi-terminal System.Console.ANSI

    No documentation available.

  2. scrollPageDownCode :: Int -> String

    ansi-terminal System.Console.ANSI

    No documentation available.

  3. scrollPageUp :: Int -> IO ()

    ansi-terminal System.Console.ANSI

    No documentation available.

  4. scrollPageUpCode :: Int -> String

    ansi-terminal System.Console.ANSI

    No documentation available.

  5. 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>
    

  6. 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>
    

  7. 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>
    

  8. 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>
    

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

    pretty-show Text.Show.Pretty

    Wrap an Html fragment to make an Html page.

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

    pretty-show Text.Show.Pretty

    Make an Html page representing the given value.

Page 260 of many | Previous | Next