Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. formatter :: IO (String, FormatConfig -> IO Format)

    hspec-junit-formatter Test.Hspec.JUnit.Formatter.Env

    No documentation available.

  2. forceM :: (Monad m, NFData a) => m a -> m a

    hw-prim HaskellWorks.Control.Monad.Lazy

    No documentation available.

  3. formatXPathTree :: Expr -> String

    hxt-xpath Text.XML.HXT.XPath.XPathToString

    No documentation available.

  4. form :: forall (form :: (Type -> Type) -> Type) (v :: Type -> Type) id . (Form form v, ViewAction (Action id)) => Action id -> Mod id -> View (FormFields id) () -> View id ()

    hyperbole Web.Hyperbole

    Type-safe <form>. Calls (Action id) on submit

    #EMBED ExamplePageFormSimple.hs formView
    

  5. formData :: forall form (val :: Type -> Type) (es :: [Effect]) . (Form form val, Hyperbole :> es) => Eff es (form Identity)

    hyperbole Web.Hyperbole

    No documentation available.

  6. formFields :: forall form (val :: Type -> Type) . Form form val => form (FormField val)

    hyperbole Web.Hyperbole

    Generate FormFields for the given instance of Form, with no validation information. See Example.Page.FormSimple

    #EMBED Example/Page/FormSimple.hs data ContactForm
    
    #EMBED Example/Page/FormSimple.hs formView
    

  7. formFieldsWith :: forall form (val :: Type -> Type) . Form form val => form val -> form (FormField val)

    hyperbole Web.Hyperbole

    Generate FormFields for the given instance of Form from validation data. See Example.Page.FormValidation

    #EMBED Example/Page/FormValidation.hs data UserForm
    #EMBED Example/Page/FormValidation.hs instance Form UserForm
    
    #EMBED Example/Page/FormValidation.hs formView
    

  8. formParse :: Form form val => Form -> Either Text (form Identity)

    hyperbole Web.Hyperbole

    No documentation available.

  9. form :: forall (form :: (Type -> Type) -> Type) (v :: Type -> Type) id . (Form form v, ViewAction (Action id)) => Action id -> Mod id -> View (FormFields id) () -> View id ()

    hyperbole Web.Hyperbole.View.Forms

    Type-safe <form>. Calls (Action id) on submit

    #EMBED ExamplePageFormSimple.hs formView
    

  10. formData :: forall form (val :: Type -> Type) (es :: [Effect]) . (Form form val, Hyperbole :> es) => Eff es (form Identity)

    hyperbole Web.Hyperbole.View.Forms

    No documentation available.

Page 169 of many | Previous | Next