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.

  1. ForeignRef :: EntityNameHS -> ReferenceDef

    classy-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

  2. FormFailure :: [Text] -> FormResult a

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  3. newtype FormInput (m :: Type -> Type) a

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

  4. FormInput :: (HandlerSite m -> [Text] -> Env -> FileEnv -> m (Either DText a)) -> FormInput (m :: Type -> Type) a

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  5. data FormMessage

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  6. FormMissing :: FormResult a

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  7. type FormRender (m :: Type -> Type) a = AForm m a -> Markup -> MForm m (FormResult a, WidgetFor HandlerSite m ())

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  8. data FormResult a

    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.

  9. FormSuccess :: a -> FormResult a

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  10. data Format

    copilot-interpreter Copilot.Interpret

    Output format for the results of a Copilot spec interpretation.

Page 349 of many | Previous | Next