CurryInfo: wui2-3.1.0 / HTML.WUI.renderTuple

definition:
renderTuple :: Rendering
renderTuple hexps = table [map (\h->[h]) hexps]
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Standard rendering of tuples as a table with a single row.
--- Thus, the elements are horizontally aligned.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
renderTuple
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:
reducible on all ground data terms