Îõ³h$.µ*a”      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“NoneÎa reform&a wrapper which lifts a value with an ”' instance so that it can be used as an  or  ëd :: WrappedApplicative Maybe y Char d = WrappedApplicative (Just succ) <<*>> WrappedApplicative (Just 'c')reform a class for a 'type-indexed' or  paramaterized applicative functorsònote: not sure what the most correct name is for this class, or if it exists in a well supported library already.reform similar to •reform similar to –reform similar to reform similar to  reform a class for a 'type-indexed' or  paramaterized functorònote: not sure what the most correct name is for this class, or if it exists in a well supported library already. reformimap is similar to fmap reform similar to  . An alias for imap id reform A variant of  with the arguments reversed. reformÆLift a function to actions. This function may be used as a value for   in a  instance. reform"Lift a binary function to actions.reform"Lift a binary function to actions. reform$function to apply to first parameterreform%function to apply to second parameterreformindexed functor   444 4 Safe-Inferred t reform+A range of ID's to specify a group of formsreformAn ID used to identify formsreform:Stack indicating field. Head is most specific to this itemreformType for failing computationsreform convert a  to —! discarding the error message on  reform-The zero ID, i.e. the first ID that is usable!reformmap a function over the  [Integer] inside a "reformIncrement a form ID#reform create a  from a $reform Check if a  is contained in a %reform Check if a  is contained in another &reform%Select the errors for a certain range'reformÖSelect the errors originating from this form or from any of the children of this form$reformId to check forreformRangereformIf the range contains the id%reform Sub-rangereform Larger rangereform1If the sub-range is contained in the larger range !"#$%&' !"#$%&'None>ÀÎq2reforma 2 contains a 5å combined with a validation function which will attempt to extract a value from submitted form data.ÖIt is highly parameterized, allowing it work in a wide variety of different configurations. You will likely want to make a type alias that is specific to your application to make type signatures more manageable. m*A monad which can be used by the validatorinputÕA framework specific type for representing the raw key/value pairs from the form dataerror.A application specific type for error messagesviewËThe type of data being generated for the view (HSP, Blaze Html, Heist, etc)proofÀA type which names what has been proved about the return value. () means nothing has been proved.aÅValue return by form when it is successfully decoded, validated, etc.!This type is very similar to the 2 type from digestive-functors <= 0.2. If proof is (), then 2Á is an applicative functor and can be used almost exactly like digestive-functors <= 0.2.5reformA view represents a visual representation of a form. It is composed of a function which takes a list of all errors and then produces a new view8reform;The environment is where you get the actual input per form.The :¹ constructor is typically used when generating a view for a GET request, where no data has yet been submitted. This will cause the input elements to use their supplied default values. Note that  NoEnviroment2 is different than supplying an empty environment.;reform£used to represent whether a value was found in the form submission data, missing from the form submission data, or expected that the default value should be used?reforminner state used by 2.@reforméProved records a value, the location that value came from, and something that was proved about the value.Ereform2Utility Function: trivially prove nothing about ()Freform'Utility function: Get the current inputGreform1Utility function: Gets the input of an arbitrary .Hreform'Utility function: Get the current rangeIreform&Utility function: returns the current 8. This will only make sense if the form is not composedJreform(Utility function: increment the current .Lreform Run a formMreform Run a formNreformÕJust evaluate the form to a view. This usually maps to a GET request in the browser.OreformEvaluate a formReturns:  Left viewon failure. The view. will have already been applied to the errors.Right a on success.Preform create a 2 from some view.+This is typically used to turn markup like 
 into a 2.QreformÒAppend a unit form to the left. This is useful for adding labels or error fields.The Forms6 on the left and right hand side will share the same #. This is useful for elements like