CurryInfo: base-3.4.0 / Debug.Trace.traceShow

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