CurryInfo: global-3.2.0 / Data.Global.writeGlobalT

definition:
writeGlobalT :: GlobalT a -> a -> IO ()
writeGlobalT g v = (prim_writeGlobalT $# g) $## v
demand:
arguments 1 2
deterministic:
deterministic operation
documentation:
--- Updates the value of a temporary global entity.
--- The new value is evaluated to a ground normal form before updating
--- the entity.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
writeGlobalT
precedence:
no precedence defined
result-values:
_
signature:
GlobalT a -> a -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms