CurryInfo: verify-non-fail-2.0.0 / Verify.Options.whenStatus

definition:
 
whenStatus :: Options -> IO () -> IO ()
whenStatus opts = when (optVerb opts > 1)
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Return second argument of verbosity is at least status.
failfree:
 _
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_) |-> {when}}
name:
 whenStatus
precedence:
 no precedence defined
result-values:
 {when}
signature:
 Options -> Prelude.IO () -> Prelude.IO ()
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 possibly non-reducible on same data term