CurryInfo: currydoc-4.0.0 / CurryDoc.Html.anchoredDiv

definition: Info
 
anchoredDiv :: String -> [BaseHtml] -> BaseHtml
anchoredDiv tag doc = block doc `addAttr` ("class", "anchored")
                                `addAttr` ("id",tag)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
An anchored element in the document:
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 anchoredDiv
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> [HTML.Base.BaseHtml] -> HTML.Base.BaseHtml
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms