CurryInfo: global-3.2.0 / Data.Global.writeGlobalP

definition: Info
 
writeGlobalP :: Show a => GlobalP a -> a -> IO ()
writeGlobalP (GlobalP f) v =
  exclusiveIO (f ++ ".LOCK") $ writeFile f (show v ++ "\n")
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Updates the value of a persistent global entity.
failfree: Info
 (_, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{GlobalP},_) |-> _}
name: Info
 writeGlobalP
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Show a => GlobalP a -> a -> Prelude.IO ()
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms