CurryInfo: currycheck-4.0.0 / CC.Options.putStrLnIfDebug

definition:
putStrLnIfDebug :: Options -> String -> IO ()
putStrLnIfDebug opts s = when (optVerb opts > 3) (putStrLn s >> hFlush stdout)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Print second argument if verbosity level > 3:
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
putStrLnIfDebug
precedence:
no precedence defined
result-values:
_
signature:
Options -> String -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term