definition: |
htxt :: HTML h => String -> h htxt s = htmlText (htmlQuote s) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Basic text as an HTML expression. --- The text may contain special HTML chars (like <,>,&,") --- which will be quoted so that they appear as in the parameter string. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
htxt |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
HTML a => String -> a |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |