CurryInfo: currydoc-4.0.0 / CurryDoc.Html.anchored

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