CurryInfo: html2-3.5.0 / HTML.Base.showHtml

definition:
showHtml :: HTML h => h -> String
showHtml hexp = showsHtml 0 hexp ""
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Transforms a single HTML expression into string representation.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
showHtml
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