[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

erratum: logic error on p.125



On p.125 about the middle of the page in the ribcage-lookup function
 in the scope of the second do:
  
  REPLACE (v (cdar r) (cdr v))) BY (v (cadar r) (cdr v)))
  [the cdar is replaced by cadar]