Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
requireCustomEnv :: KeyMap Text -> EnvUsageyesod Yesod.Default.Config2 Same as requireEnv, but instead of the actual environment, use the provided HashMap as the environment.
-
yesod Yesod.Default.Config2 Do not use default values from the config file, but instead take all overrides from the environment. If a value is missing, loading the file will throw an exception.
tlRequiresToWidget :: TemplateLanguage -> Boolyesod Yesod.Default.Util No documentation available.
-
yesod-form Yesod.Form No documentation available.
MsgValueRequired :: FormMessageyesod-form Yesod.Form.Fields No documentation available.
-
yesod-form Yesod.Form.Fields No documentation available.
-
yesod-form Yesod.Form.Functions Applicative equivalent of mreq.
-
yesod-form Yesod.Form.Functions Same as areq but with your own message to be rendered in case the value is not provided. This is useful when you have several required fields on the page and you want to differentiate between which fields were left blank. Otherwise the user sees "Value is required" multiple times, which is ambiguous.
-
yesod-form Yesod.Form.Functions Converts a form field into monadic form. This field requires a value and will return FormFailure if left empty.
-
yesod-form Yesod.Form.Functions Same as mreq but with your own message to be rendered in case the value is not provided. This is useful when you have several required fields on the page and you want to differentiate between which fields were left blank. Otherwise the user sees "Value is required" multiple times, which is ambiguous.