Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. transformM :: (Monad m, Uniplate on) => (on -> m on) -> on -> m on

    uniplate Data.Generics.UniplateStr

    Monadic variant of transform

  2. transformOn :: Uniplate to => BiplateType from to -> (to -> to) -> from -> from

    uniplate Data.Generics.UniplateStrOn

    No documentation available.

  3. transformOnM :: (Monad m, Uniplate to) => BiplateType from to -> (to -> m to) -> from -> m from

    uniplate Data.Generics.UniplateStrOn

    No documentation available.

  4. mailDateFormat :: Format

    unix-time Data.UnixTime

    Format for e-mail (RFC 5322). The value is "%a, %d %b %Y %H:%M:%S %z". This should be used with formatUnixTime and parseUnixTime.

  5. webDateFormat :: Format

    unix-time Data.UnixTime

    Format for web (RFC 2616). The value is "%a, %d %b %Y %H:%M:%S GMT". This should be used with formatUnixTimeGMT and parseUnixTimeGMT.

  6. package yesod-form

    Form handling support for Yesod Web Framework API docs and the README are available at http://www.stackage.org/package/yesod-form. Third-party packages which you can find useful: yesod-form-richtext - richtext form fields (currently it provides only Summernote support).

  7. defaultFormMessage :: FormMessage -> Text

    yesod-form Yesod.Form

    No documentation available.

  8. fileAFormOpt :: forall (m :: Type -> Type) . MonadHandler m => FieldSettings (HandlerSite m) -> AForm m (Maybe FileInfo)

    yesod-form Yesod.Form

    No documentation available.

  9. fileAFormReq :: forall (m :: Type -> Type) . (MonadHandler m, RenderMessage (HandlerSite m) FormMessage) => FieldSettings (HandlerSite m) -> AForm m FileInfo

    yesod-form Yesod.Form

    No documentation available.

  10. BootstrapBasicForm :: BootstrapFormLayout

    yesod-form Yesod.Form.Bootstrap3

    A form with labels and inputs listed vertically. See http://getbootstrap.com/css/#forms-example

Page 585 of many | Previous | Next