CurryInfo: url-base-0.1.0 / Network.URL.params2urlencoded

definition: Info
 
params2urlencoded :: [(String,String)] -> String
params2urlencoded ps = intercalate "&" (map param2urlencoded ps)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Translates a list of parameters (name/value pairs)
into URL encoded strings where the parameters are separated by `&`.
See also <http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1>.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 params2urlencoded
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [(String, String)] -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term