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. lastPage :: Pagination -> Maybe Int

    hetzner Hetzner.DNS

    No documentation available.

  2. nextPage :: Pagination -> Maybe Int

    hetzner Hetzner.DNS

    No documentation available.

  3. previousPage :: Pagination -> Maybe Int

    hetzner Hetzner.DNS

    No documentation available.

  4. streamPages :: forall (key :: Symbol) f a i (m :: Type -> Type) . (Foldable f, MonadIO m) => (Maybe Int -> IO (WithMeta key (f a))) -> ConduitT i a m ()

    hetzner Hetzner.DNS

    Stream results using a function that takes a page number, going through all the pages.

  5. showPage :: DynFlags -> PprStyle -> SDoc -> String

    hie-bios HIE.Bios.Ghc.Doc

    No documentation available.

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

    hledger-web Hledger.Web.Import

    Convert a widget to a PageContent.

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

    hyperbole Web.Hyperbole

    Run a Page and return a Response

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

  8. type family AllInPage (ids :: [a]) (total :: [a])

    hyperbole Web.Hyperbole.HyperView

    No documentation available.

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

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

Page 377 of many | Previous | Next