CurryInfo: global-3.2.0 / Data.Global.globalT

definition: Info
 
globalT :: String -> a -> GlobalT a
globalT n v = (prim_globalT $## n) v
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
`globalT` is used only to declare a temporary global value
as a top-level entity. It should not be used elsewhere.
The first argument is the unique name of the temporary global entity.
It should be the qualified name of the corresponding program entity.
The second argument is the initial value which will be evaluated
to a ground normal form when the global entity is used for the first time.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 globalT
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> a -> GlobalT a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms