CurryInfo: base-3.3.0 / Debug.Trace.assertIO

definition:
assertIO :: Bool -> String -> IO ()
assertIO cond s = unless cond $ error s
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- 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:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
assertIO
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Bool -> String -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms