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. class Yesod site => YesodDispatch site

    classy-prelude-yesod ClassyPrelude.Yesod

    This class is automatically instantiated when you use the template haskell mkYesod function. You should never need to deal with it directly.

  2. class Monad YesodDB site => YesodPersist site

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  3. type family YesodPersistBackend site

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  4. class YesodPersist site => YesodPersistRunner site

    classy-prelude-yesod ClassyPrelude.Yesod

    Since 1.2.0

  5. data YesodRequest

    classy-prelude-yesod ClassyPrelude.Yesod

    The parsed request information. This type augments the standard WAI Request with additional information.

  6. YesodRequest :: [(Text, Text)] -> [(Text, Text)] -> Request -> [Text] -> !Maybe Text -> SessionMap -> [ContentType] -> YesodRequest

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  7. class YesodSubDispatch sub master

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  8. class YesodReCaptcha site

    yesod-recaptcha2 Yesod.ReCaptcha2

    default key is testing. you should impl reCaptchaSiteKey and reCaptchaSecretKey

  9. package yesod-core

    Creation of type-safe, RESTful web applications. API docs and the README are available at http://www.stackage.org/package/yesod-core

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

    yesod-core Yesod.Core

    No documentation available.

Page 8 of many | Previous | Next