CurryInfo: base-3.4.0 / Debug.Trace.assertIO

definition: Info
 
assertIO :: Bool -> String -> IO ()
assertIO cond s = unless cond $ error s
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Assert a condition w.r.t. an error message from the `IO` monad.
If the condition is not met it fails with the given error message.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 assertIO
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Bool -> 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