CurryInfo: cass-4.1.0 / CASS.RCFile.updateProperty

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