CurryInfo: global-3.2.0 / Data.Global.writeGlobalT

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