definition: |
answerText :: String -> HtmlPage answerText = HtmlAnswer "text/plain" |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- A textual result instead of an HTML page as a result for active web pages. --- @param txt - the contents of the result page --- @return an HTML answer page |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {HtmlAnswer}} |
name: |
answerText |
precedence: |
no precedence defined |
result-values: |
{HtmlAnswer} |
signature: |
String -> HtmlPage |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |