CurryInfo: base-3.3.0 / System.IO.Unsafe.unsafePerformIO

definition:
unsafePerformIO :: IO a -> a
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Performs and hides an I/O action in a computation (use with care!).
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
unsafePerformIO
precedence:
no precedence defined
result-values:
_
signature:
Prelude.IO a -> a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms