definition: |
addTitle :: BaseHtml -> String -> BaseHtml addTitle he t = he `addAttr` ("title",t) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
indeterministic: |
referentially transparent operation |
infix: |
infixl |
iotype: |
{(_,_) |-> _} |
name: |
addTitle |
precedence: |
0 |
result-values: |
_ |
signature: |
HTML.Base.BaseHtml -> String -> HTML.Base.BaseHtml |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |