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

definition: Info
 
showAnyExpression :: _ -> String
#ifdef __KICS2__
showAnyExpression =
  error "System.IO.Unsafe.showAnyExpression: not yet implemented"
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
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: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {}
name: Info
 showAnyExpression
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