definition: |
addClass :: HTML h => h -> String -> h addClass hexp cls | null cls = hexp | otherwise = addAttr hexp ("class",cls) |
demand: |
argument 3 |
deterministic: |
deterministic operation |
documentation: |
--- Adds a class attribute to an HTML element --- (if the class attribute is not empty). |
failfree: |
(_, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
infixl |
iotype: |
{(_,_,_) |-> _} |
name: |
addClass |
precedence: |
0 |
result-values: |
_ |
signature: |
HTML a => a -> String -> a |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |