CurryInfo: global-3.2.0 / Data.Global.globalPersistent

definition: Info
 
globalPersistent :: (Read a, Show a) => String -> a -> GlobalP a
globalPersistent = globalP
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
`globalPersistent` is used only to declare a persistent global value
as a top-level entity. It should not be used elsewhere.
The first argument is the file name where the global value
is persistently stored. The file is created and initialized
with the second argument if it does not exist.
failfree: Info
 (_, _)
indeterministic: Info
 might be indeterministic
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {globalP}}
name: Info
 globalPersistent
precedence: Info
 no precedence defined
result-values: Info
 {globalP}
signature: Info
 (Prelude.Read a, Prelude.Show a) => String -> a -> GlobalP a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms