CurryInfo: currydoc-4.0.0 / CurryDoc.Html.anchoredSection

definition: Info
 
anchoredSection :: String -> [BaseHtml] -> BaseHtml
anchoredSection tag doc = section doc `addAttr` ("id",tag)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
An anchored section in the document:
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 anchoredSection
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