CurryInfo: currycheck-4.0.0 / CC.Options.putStrIfDetails

definition:
putStrIfDetails :: Options -> String -> IO ()
putStrIfDetails opts s = when (optVerb opts > 1) (putStr s >> hFlush stdout)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Print second argument if verbosity level > 1:
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
putStrIfDetails
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