CurryInfo: base-3.3.0 / Data.IORef.writeIORef

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