Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. module Pdf.Document.Page

    PDF document page

  2. data Page

    pdf-toolbox-document Pdf.Document.Page

    Pdf document page

  3. data Page record typ

    persistent-pagination Database.Esqueleto.Pagination

    A Page record typ describes a list of records and enough information necessary to acquire the next page of records, if possible. This is a distinct type from the Page in Database.Persist.Pagination because the pageFilters field needs a different type. As a result, some of this stuff is duplicated. It's possible that this can be fixed and more code could be shared.

  4. Page :: [Entity record] -> Int -> Range typ -> DesiredRange typ -> EntityField record typ -> (SqlExpr (Entity record) -> SqlExpr (Value Bool)) -> PageSize -> SortOrder -> Page record typ

    persistent-pagination Database.Esqueleto.Pagination

    No documentation available.

  5. data Page record typ

    persistent-pagination Database.Persist.Pagination

    A Page record typ describes a list of records and enough information necessary to acquire the next page of records, if possible.

  6. Page :: [Entity record] -> Int -> Range typ -> DesiredRange typ -> EntityField record typ -> [Filter record] -> PageSize -> SortOrder -> Page record typ

    persistent-pagination Database.Persist.Pagination

    No documentation available.

  7. module Yesod.Page

    No documentation available.

  8. data Page a

    yesod-page-cursor Yesod.Page

    No documentation available.

  9. Page :: [a] -> RenderedRoute -> Maybe RenderedRoute -> Maybe RenderedRoute -> RenderedRoute -> Page a

    yesod-page-cursor Yesod.Page

    No documentation available.

  10. data Page a

    yesod-paginator Yesod.Paginator

    No documentation available.

Page 3 of many | Previous | Next