CurryInfo: currycheck-4.0.0 / CC.Options.putStrIfNormal

definition: Info
 
putStrIfNormal :: Options -> String -> IO ()
putStrIfNormal opts s = unless (isQuiet opts) (putStr s >> hFlush stdout)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Print second argument if verbosity level is not quiet:
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 putStrIfNormal
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
 reducible on all ground data terms