CurryInfo: easycheck-3.2.0 / Test.EasyCheck.toError

definition:
toError :: a -> PropIO
toError x = toIOError (getAllValues x >>= \rs -> (id $!! rs) `seq` return ())
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The property `toError a` is satisfied if the evaluation of the argument
--- to normal form yields an exception.
failfree:
_
indeterministic:
might be indeterministic
infix:
no fixity defined
iotype:
{(_) |-> {PropIO}}
name:
toError
precedence:
no precedence defined
result-values:
{PropIO}
signature:
a -> Test.Prop.Types.PropIO
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms