CurryInfo: currydoc-4.0.0 / CurryDoc.Html.addTitle

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