CurryInfo: base-3.3.0 / Prelude.ioError

definition:
ioError :: IOError -> IO _
#ifdef __KICS2__
ioError err = prim_ioError $## err
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Raises an I/O exception with a given error value.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
ioError
precedence:
no precedence defined
result-values:
_
signature:
IOError -> IO a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms