CurryInfo: html2-3.5.0 / HTML.Base.addAttrs

definition: Info
 
addAttrs :: HTML h => h -> Attrs -> h
addAttrs h newattrs = updAttrs (++newattrs) h
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Adds a list of attributes (name/value pair) to an HTML element.
failfree: Info
 (_, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 infixl
iotype: Info
 {(_,_,_) |-> _}
name: Info
 addAttrs
precedence: Info
 0
result-values: Info
 _
signature: Info
 HTML a => a -> [(String, String)] -> a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms