[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Set & Table hierarchy
- To: <ravi>
 
- Subject: Set & Table hierarchy
 
- From: Mark S. Miller <mark>
 
- Date: Tue, 14 Nov 89 20:47:51 PST
 
- Cc: <xtech>
 
- In-reply-to: <Ravi>,27 PST <8911091843.AA04966@xanadu>
 
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?