Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. FormFile :: ByteString -> a -> FormFile a

    snap-core Snap.Util.FileUploads

    No documentation available.

  2. type FormParam = (ByteString, ByteString)

    snap-core Snap.Util.FileUploads

    A form parameter name-value pair

  3. type Format = ByteString

    unix-time Data.UnixTime

    Format of the strptime()/strftime() style.

  4. module Yesod.Form

    Parse forms (and query strings).

  5. data FormMessage

    yesod-form Yesod.Form.Fields

    No documentation available.

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

    yesod-form Yesod.Form.Functions

    No documentation available.

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

    yesod-form Yesod.Form.Input

    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.

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

    yesod-form Yesod.Form.Input

    No documentation available.

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

    yesod-form Yesod.Form.Types

    No documentation available.

  10. data FormMessage

    yesod-form Yesod.Form.Types

    No documentation available.

Page 276 of many | Previous | Next