CurryInfo: cass-4.1.0 / CASS.WorkerFunctions.newProgInfoStoreRef

definition:
newProgInfoStoreRef :: IO (IORef (ProgInfoStore _))
newProgInfoStoreRef = newIORef []
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
newProgInfoStoreRef
precedence:
no precedence defined
result-values:
_
signature:
Prelude.IO (Data.IORef.IORef [(String, Analysis.ProgInfo.ProgInfo a)])
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms