CurryInfo: html2-3.5.0 / HTML.Base.addAttr

definition:
addAttr :: HTML h => h -> (String,String) -> h
addAttr hexp attr = addAttrs hexp [attr]
demand:
argument 1
deterministic:
deterministic operation
documentation:
------------------------------------------------------------------------------
--- Adds an attribute (name/value pair) to an HTML element.
failfree:
(_, _, _)
indeterministic:
referentially transparent operation
infix:
infixl
iotype:
{(_,_,_) |-> _}
name:
addAttr
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