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

definition: Info
 
trace :: String -> a -> a
trace s x = unsafePerformIO (hPutStrLn stderr s >> return x)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Prints the first argument as a side effect and behaves as identity on the
second argument.
failfree: Info
 (_, _)
indeterministic: Info
 might be indeterministic
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 trace
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> 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