CurryInfo: base-3.4.0 / Debug.Trace.traceShowId

definition: Info
 
traceShowId :: Show a => a -> a
traceShowId a = trace (show a) a
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Prints the first argument using `show` and returns it afterwards.
failfree: Info
 (_, _)
indeterministic: Info
 might be indeterministic
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 traceShowId
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Show a => a -> a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms