definition: |
updateRCDefs :: [(String,String)] -> [(String,String)] -> [(String,String)] updateRCDefs orgdefs newdefs = map (\ (name,val) -> (name, maybe val id (lookup name newdefs))) orgdefs |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Update list of rc properties w.r.t. a list new properties. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> {:,[]}} |
name: |
updateRCDefs |
precedence: |
no precedence defined |
result-values: |
{:,[]} |
signature: |
[(String, String)] -> [(String, String)] -> [(String, String)] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |