In
http://www.mozart-oz.org/documentation/base/record.html#section.records.records
one can read:
"Adjoin  
{Record.adjoin +R1 +R2 ?R3} 
returns the result of adjoining R2 to R1. 
 For example, 
{Adjoin a(a b c: 1) b(4 b: 3 c: 2)}
 yields the record b(4 b b: 3 c: 2) as output."
Should it reads "returns the result of adjoining R1 to R2."?
And, if I understand this right, I would have formulated:
"returns R2 with all features (and their corresponding values) of R1 not
already present in R2."

-- 
http://www.fastmail.fm - One of many happy users:
  http://www.fastmail.fm/docs/quotes.html


_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to