Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

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

    hledger-web Hledger.Web.Import

    No documentation available.

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

    hledger-web Hledger.Web.Import

    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.

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

    hledger-web Hledger.Web.Import

    No documentation available.

  4. data FormMessage

    hledger-web Hledger.Web.Import

    No documentation available.

  5. FormMissing :: FormResult a

    hledger-web Hledger.Web.Import

    No documentation available.

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

    hledger-web Hledger.Web.Import

    No documentation available.

  7. data FormResult a

    hledger-web Hledger.Web.Import

    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.

  8. FormSuccess :: a -> FormResult a

    hledger-web Hledger.Web.Import

    No documentation available.

  9. data Format

    hpc-codecov Trace.Hpc.Codecov.Report

    Data type for generated report format.

  10. data Format

    hsndfile Sound.File.Sndfile

    Stream format specification, consisting of header, sample and endianness formats. Not all combinations of header, sample and endianness formats are valid; valid combinations can be checked with the checkFormat function.

Page 333 of many | Previous | Next