definition: |
showAnyTerm :: _ -> String showAnyTerm x = prim_showAnyTerm $!! x |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Transforms the normal form of a term into a string representation --- in standard prefix notation. --- Thus, showAnyTerm evaluates its argument to normal form. --- This function is similar to the function `ReadShowTerm.showTerm` --- but it also transforms logic variables into a string representation --- that can be read back by `Unsafe.read(s)AnyUnqualifiedTerm`. --- Thus, the result depends on the evaluation and binding status of --- logic variables so that it should be used with care! |
failfree: |
_ |
indeterministic: |
might be indeterministic |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
showAnyTerm |
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 |