On Aug 8, 2010, at 12:22 PM, Father Chrysostomos wrote: > And I now realise that such would be very inefficient anyway, as nested classes have nothing to do with inheritance. (*p:: = *PPI:: would have to iterate through 94 packages, recalculating the linear isa cache, etc. *p:: = delete $::{"PPI"} would do that iteration twice.) Oops. I meant delete $::{"PPI::"}, of course.Thread Previous