CurryInfo: residuation-analysis-3.0.0 / ToolOptions.whenStatus

definition:
 
whenStatus :: Options -> IO () -> IO ()
whenStatus opts = when (optVerb opts > 0)
demand:
 no demanded arguments
deterministic:
 deterministic operation
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