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.
class Yesod site =>
YesodDispatch siteclassy-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.
class Monad YesodDB site =>
YesodPersist siteclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
type family
YesodPersistBackend siteclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
class YesodPersist site =>
YesodPersistRunner siteclassy-prelude-yesod ClassyPrelude.Yesod Since 1.2.0
-
classy-prelude-yesod ClassyPrelude.Yesod The parsed request information. This type augments the standard WAI Request with additional information.
-
classy-prelude-yesod ClassyPrelude.Yesod No documentation available.
class
YesodSubDispatch sub masterclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
-
yesod-recaptcha2 Yesod.ReCaptcha2 default key is testing. you should impl reCaptchaSiteKey and reCaptchaSecretKey
-
Creation of type-safe, RESTful web applications. API docs and the README are available at http://www.stackage.org/package/yesod-core
yesodDispatch :: YesodDispatch site => YesodRunnerEnv site -> Applicationyesod-core Yesod.Core No documentation available.