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. xK_KP_Page_Up :: KeySym

    wild-bind-x11 WildBind.X11.KeySym

    No documentation available.

  2. xK_Page_Down :: KeySym

    wild-bind-x11 WildBind.X11.KeySym

    No documentation available.

  3. xK_Page_Up :: KeySym

    wild-bind-x11 WildBind.X11.KeySym

    No documentation available.

  4. package yesod-page-cursor

    Cursor based pagination for Yesod

  5. withPage :: (MonadHandler m, ToJSON position, FromJSON position, RenderRoute (HandlerSite m)) => Int -> (a -> position) -> (Cursor position -> m [a]) -> m (Page a)

    yesod-page-cursor Yesod.Page

    Paginate data and construct a Page object. Links added by this function are relative. See withPageAbsolute.

  6. withPageAbsolute :: (MonadHandler m, ToJSON position, FromJSON position, Yesod (HandlerSite m), RenderRoute (HandlerSite m)) => Int -> (a -> position) -> (Cursor position -> m [a]) -> m (Page a)

    yesod-page-cursor Yesod.Page

    withPage, but using absolute links If you've set an approot, links added by this function will be absolute using it. If not, this function will be equivalent to withPage.

  7. withPageLink :: (MonadHandler m, ToJSON position, FromJSON position, RenderRoute (HandlerSite m)) => Int -> (a -> position) -> (Cursor position -> m [a]) -> m [a]

    yesod-page-cursor Yesod.Page

    withPage and adding pagination data to a Link response header Links added by this function are relative. See withPageLinkAbsolute.

  8. withPageLinkAbsolute :: (MonadHandler m, ToJSON position, FromJSON position, Yesod (HandlerSite m), RenderRoute (HandlerSite m)) => Int -> (a -> position) -> (Cursor position -> m [a]) -> m [a]

    yesod-page-cursor Yesod.Page

    withPage and adding pagination data to a Link response header If you've set an approot, links added by this function will be absolute using it. If not, this function will be equivalent to withPageLink.

  9. data PerPage

    yesod-paginator Yesod.Paginator

    No documentation available.

  10. paginationConfigPageParamName :: PaginationConfig -> PageParamName

    yesod-paginator Yesod.Paginator

    No documentation available.

Page 387 of many | Previous | Next