Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. runPage :: forall (es :: [Effect]) (views :: [Type]) . (Hyperbole :> es, RunHandlers views es) => Eff es (Page views) -> Eff es Response

    hyperbole Web.Hyperbole.Page

    Run a Page and return a Response

    #EMBED ExampleDocsBasicPage.hs main
    
    #EMBED ExampleDocsBasicPage.hs page
    

  2. feedHomePageUrl :: Feed -> Maybe Url

    json-feed JsonFeed

    The URL of the resource that the feed describes. This resource may or may not actually be a "home" page, but it should be an HTML page. If a feed is published on the public web, this should be considered as required. But it may not make sense in the case of a file created on a desktop computer, when that file is not shared or is shared only privately.

  3. ircCodepage :: String -> String -> LB ()

    lambdabot-core Lambdabot.Bot

    No documentation available.

  4. codepage :: String -> String -> IrcMessage

    lambdabot-core Lambdabot.IRC

    codepage creates a server CODEPAGE message. The input string given is the codepage name for current session.

  5. indexPage :: forall (m :: Type -> Type) . Monad m => HtmlT m ()

    lucid-extras Lucid.Rdash

    No documentation available.

  6. mkIndexPage :: forall (m :: Type -> Type) . Monad m => HtmlT m () -> HtmlT m () -> HtmlT m ()

    lucid-extras Lucid.Rdash

    No documentation available.

  7. mkPageContent :: forall (m :: Type -> Type) . Monad m => HtmlT m () -> HtmlT m ()

    lucid-extras Lucid.Rdash

    No documentation available.

  8. mkPageWrapperOpen :: forall (m :: Type -> Type) . Monad m => HtmlT m () -> HtmlT m () -> HtmlT m ()

    lucid-extras Lucid.Rdash

    No documentation available.

  9. onpagehide_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The onpagehide attribute.

  10. onpageshow_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The onpageshow attribute.

Page 378 of many | Previous | Next