definition: |
showStaticHtmls :: [StaticHtml] -> String showStaticHtmls = showHtmls |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
------------------------------------------------------------------------------ --- Transforms a list of static HTML expressions into its --- string representation (in the standard HTML syntax). --- Only included for compatibility. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {showHtmls}} |
name: |
showStaticHtmls |
precedence: |
no precedence defined |
result-values: |
{showHtmls} |
signature: |
[StaticHtml] -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |