Module

Polyform.Validators.UrlEncoded.Types

Package
purescript-polyform-validators
Repository
lambdaterms/purescript-polyform-validators

#Error Source

type Error e = (urlDecoding :: String, urlValueParsing :: { error :: String, field :: String, input :: Maybe (Array String) } | e)

#Validator Source

type Validator m e a b = Validator m (Error e) a b

#Key Source

type Key = String

#Decoded Source

#_urlDecoding Source

_urlDecoding :: SProxy "urlDecoding"

#_urlValueParsing Source

_urlValueParsing :: SProxy "urlValueParsing"