CurryInfo: assoc-legacy-1.0.0 / Data.Assoc.setAssoc

definition:
setAssoc :: String -> String -> IO ()
setAssoc key val = (prim_setAssoc $## key) $## val
demand:
arguments 1 2
deterministic:
deterministic operation
documentation:
--- Defines a global association between two strings.
--- Both arguments must be evaluable to ground terms before applying
--- this operation.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
setAssoc
precedence:
no precedence defined
result-values:
_
signature:
String -> String -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms