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