CurryInfo: base-3.3.0 / Data.IORef.newIORef

definition:
newIORef :: a -> IO (IORef a)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Creates a new IORef with an initial value.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
newIORef
precedence:
no precedence defined
result-values:
_
signature:
a -> Prelude.IO (IORef a)
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms