Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

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

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

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

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

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

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

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

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

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  6. yesodVersion :: String

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  7. yesodWithInternalState :: Yesod site => site -> Maybe (Route site) -> (InternalState -> IO a) -> IO a

    classy-prelude-yesod ClassyPrelude.Yesod

    How to allocate an InternalState for each request. The default implementation is almost always what you want. However, if you know that you are never taking advantage of the MonadResource instance in your handler functions, setting this to a dummy implementation can provide a small optimization. Only do this if you really know what you're doing, otherwise you can turn safe code into a runtime error! Since 1.4.2

  8. package yesod-eventsource

    Server-sent events support for Yesod apps. API docs and the README are available at http://www.stackage.org/package/yesod-eventsource

  9. package yesod-form-bootstrap4

    renderBootstrap4 renderBootstrap4

  10. package yesod-gitrepo

    Host content provided by a Git repo Please see the README and generated docs at https://www.stackage.org/package/yesod-gitrepo

Page 16 of many | Previous | Next