[Cl-perec-devel] Associations and auxiliary information

Leslie P. Polzer leslie.polzer at gmx.net
Sun Aug 24 13:48:15 UTC 2008


> (defassociation*
>   ((:class basket :slot products-in-basket :type (set products-in-basket))
>    (:class products-in-basket :slot basket :type basket)))
>   (quantity :type integer-16))

Err... that should read:

(defassociation*
  ((:class basket :slot products :type (set products))
   (:class product :slot basket :type basket)))
  (quantity :type integer-16))

of course.

  Leslie




More information about the cl-perec-devel mailing list