Module

Formless.Types.Form

Package
purescript-halogen-formless
Repository
thomashoneyman/purescript-halogen-formless

#InputField Source

newtype InputField error input output

Constructors

Instances

#OutputField Source

newtype OutputField error input output

Constructors

Instances

#U Source

data U e i o

Constructors

#InputFunction Source

newtype InputFunction error input output

Constructors

Instances

#FormField Source

newtype FormField e i o

The type that we need to record state across the form

Constructors

Instances

#FormFieldRow Source

type FormFieldRow error input output = (input :: input, result :: FormFieldResult error output, touched :: Boolean)

The row used for the FormField newtype and in lens type signatures

#ErrorType Source

type ErrorType error input output = error

#InputType Source

type InputType error input output = input

#OutputType Source

type OutputType error input output = output