Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. package yesod-newsfeed

    Helper functions and data types for producing News feeds. API docs and the README are available at http://www.stackage.org/package/yesod-newsfeed

  2. package yesod-page-cursor

    Cursor based pagination for Yesod

  3. package yesod-paginator

    A pagination approach for yesod Paginate a list showing a per-item widget and links to other pages

  4. package yesod-routes-flow

    Generate Flow routes for Yesod Parse the Yesod routes data structure and generate routes that can be used with Flow.

  5. yesodDispatch :: YesodDispatch site => YesodRunnerEnv site -> Application

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  6. yesodMiddleware :: (Yesod site, ToTypedContent res) => HandlerFor site res -> HandlerFor site res

    classy-prelude-yesod ClassyPrelude.Yesod

    A Yesod middleware, which will wrap every handler function. This allows you to run code before and after a normal handler. Default: the defaultYesodMiddleware function. Since: 1.1.6

  7. yesodRender :: Yesod y => y -> ResolvedApproot -> Route y -> [(Text, Text)] -> Text

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  8. yesodRunner :: (ToTypedContent res, Yesod site) => HandlerFor site res -> YesodRunnerEnv site -> Maybe (Route site) -> Application

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  9. yesodSubDispatch :: YesodSubDispatch sub master => YesodSubRunnerEnv sub master -> Application

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  10. yesodVersion :: String

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

Page 15 of many | Previous | Next