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