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

Set & Table hierarchy



Date: Thu, 9 Nov 89 10:43:27 PST
   From: ravi (Ravi Pandya)

   Some minor afterthoughts:

   All mutables should implement a copy() message.

I take it the following equation should hold:

MuTable * p;

p->copy() === p->asImmuTable()->asMuTable()

?

   NullSet is a subclass of ScruSet.

I don't get this?  Why ScruSet?