• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. data ForSym1 (a6989586621680759725 :: t a) (b1 :: TyFun a ~> f b f t b)

    singletons-base Data.Traversable.Singletons

    No documentation available.

  2. type family ForSym2 (a6989586621680759725 :: t a) (a6989586621680759726 :: a ~> f b) :: f t b

    singletons-base Data.Traversable.Singletons

    No documentation available.

  3. FormData :: [ByteString] -> MultipartParam

    snap-core Snap.Test

    a form variable consisting of the given ByteString values.

  4. data FormFile a

    snap-core Snap.Util.FileUploads

    Contents of form field of type file

  5. FormFile :: ByteString -> a -> FormFile a

    snap-core Snap.Util.FileUploads

    No documentation available.

  6. type FormParam = (ByteString, ByteString)

    snap-core Snap.Util.FileUploads

    A form parameter name-value pair

  7. type Format = ByteString

    unix-time Data.UnixTime

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

  8. module Yesod.Form

    Parse forms (and query strings).

  9. data FormMessage

    yesod-form Yesod.Form.Fields

    No documentation available.

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

Page 276 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete