CurryInfo: currycheck-4.0.0 / CC.Options.putStrLnIfDebug

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