Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ForeignRef :: EntityNameHS -> ReferenceDefclassy-prelude-yesod ClassyPrelude.Yesod A ForeignRef has a late binding to the EntityDef it references via name and has the Haskell type of the foreign key in the form of FieldType
FormFailure :: [Text] -> FormResult aclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
newtype
FormInput (m :: Type -> Type) aclassy-prelude-yesod ClassyPrelude.Yesod Type for a form which parses a value of type a with the base monad m (usually your Handler). Can compose this using its Applicative instance.
-
classy-prelude-yesod ClassyPrelude.Yesod No documentation available.
-
classy-prelude-yesod ClassyPrelude.Yesod No documentation available.
-
classy-prelude-yesod ClassyPrelude.Yesod No documentation available.
-
classy-prelude-yesod ClassyPrelude.Yesod No documentation available.
-
classy-prelude-yesod ClassyPrelude.Yesod A form can produce three different results: there was no data available, the data was invalid, or there was a successful parse. The Applicative instance will concatenate the failure messages in two FormResults. The Alternative instance will choose FormFailure before FormSuccess, and FormMissing last of all.
FormSuccess :: a -> FormResult aclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
-
copilot-interpreter Copilot.Interpret Output format for the results of a Copilot spec interpretation.