Hoogle Search
Within LTS Haskell 24.48 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
formParse :: Form form val => Form -> Either Text (form Identity)hyperbole Web.Hyperbole No documentation available.
-
hyperbole Web.Hyperbole.View.Forms Type-safe <form>. Calls (Action id) on submit
#EMBED ExamplePageFormSimple.hs formView
-
hyperbole Web.Hyperbole.View.Forms No documentation available.
formFields :: forall form (val :: Type -> Type) . Form form val => form (FormField val)hyperbole Web.Hyperbole.View.Forms 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
-
hyperbole Web.Hyperbole.View.Forms 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
formLookupParam :: FromParam a => Param -> Form -> Either Text (Maybe a)hyperbole Web.Hyperbole.View.Forms No documentation available.
formParse :: Form form val => Form -> Either Text (form Identity)hyperbole Web.Hyperbole.View.Forms No documentation available.
formParseParam :: FromParam a => Param -> Form -> Either Text ahyperbole Web.Hyperbole.View.Forms No documentation available.
formatDatabase :: Format Database r -> rinfluxdb Database.InfluxDB Format a Database.
>>> F.formatDatabase "test-db" "test-db" >>> F.formatDatabase ("test-db-"%F.decimal) 0 "test-db-0"formatKey :: Format Key r -> rinfluxdb Database.InfluxDB Format a Key.
>>> F.formatKey "test-key" "test-key" >>> F.formatKey ("test-key-"%F.decimal) 0 "test-key-0"