CurryInfo: base-3.3.0 / Data.IORef.readIORef

definition:
readIORef :: IORef a -> IO a
readIORef ref = prim_readIORef $# ref
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Reads the current value of an IORef.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
readIORef
precedence:
no precedence defined
result-values:
_
signature:
IORef a -> Prelude.IO a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms