definition:
|
updateProperty :: String -> String -> CConfig -> CConfig
updateProperty pn pv cc = cc { ccProps = replaceKeyValue pn pv (ccProps cc) }
|
demand:
|
argument 3
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Updates a property.
|
failfree:
|
(_, _, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_,{CConfig}) |-> {CConfig}}
|
name:
|
updateProperty
|
precedence:
|
no precedence defined
|
result-values:
|
{CConfig}
|
signature:
|
String -> String -> CASS.Configuration.CConfig -> CASS.Configuration.CConfig
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
reducible on all ground data terms
|