definition:
|
renderList :: Rendering
renderList hexps = mergeTableOfTable (table (map (\h->[[h]]) hexps))
`addAttr` ("border","1")
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Standard rendering of lists as a table with a row for each item:
--- Thus, the elements are vertically aligned.
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> _}
|
name:
|
renderList
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
[HTML.Base.HtmlExp] -> HTML.Base.HtmlExp
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
yes
|
totally-defined:
|
possibly non-reducible on same data term
|