definition: |
htxts :: HTML h => [String] -> [h] htxts = map htxt |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- A list of strings represented as a list of HTML expressions. --- The strings may contain special HTML chars that will be quoted. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {map}} |
name: |
htxts |
precedence: |
no precedence defined |
result-values: |
{map} |
signature: |
HTML a => [String] -> [a] |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |