definition: |
anchoredDiv :: String -> [BaseHtml] -> BaseHtml anchoredDiv tag doc = block doc `addAttr` ("class", "anchored") `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: |
anchoredDiv |
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 |