CurryInfo: base-3.3.0 / Debug.Trace.traceIO

definition:
traceIO :: String -> IO ()
traceIO m = hPutStrLn stderr m
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Output a trace message from the `IO` monad.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
traceIO
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms