CurryInfo: base-3.4.0 / System.IO.Unsafe.showAnyTerm

definition: Info
 
showAnyTerm :: _ -> String
showAnyTerm x = prim_showAnyTerm $!! x
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
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: Info
 _
indeterministic: Info
 might be indeterministic
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 showAnyTerm
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 a -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms