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

definition:
 
printWhenDetails :: Options -> String -> IO ()
printWhenDetails opts s =
 when (optVerb opts > 2) (printInfoLine s)
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Print line on stderr if verbosity is at least "show verification details".
failfree:
 (_, _)
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_,_) |-> _}
name:
 printWhenDetails
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