definition: |
showAnyExpression :: _ -> String #ifdef __KICS2__ showAnyExpression = error "System.IO.Unsafe.showAnyExpression: not yet implemented" |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Transforms any expression (even not in normal form) --- into a string representation --- in standard prefix notation without module qualifiers. --- The result depends on the evaluation and binding status of --- logic variables so that it should be used with care! |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{} |
name: |
showAnyExpression |
precedence: |
no precedence defined |
result-values: |
{} |
signature: |
a -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |