CurryInfo: html2-3.5.0 / HTML.Base.showHtmls

definition:
showHtmls :: HTML h => [h] -> String
showHtmls hexps = showsHtmls 0 hexps ""
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Transforms a list of HTML expressions into its
--- string representation (in the standard HTML syntax).
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
showHtmls
precedence:
no precedence defined
result-values:
_
signature:
HTML a => [a] -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term