ref: 70eb96f88f3c6fa0f66d67ba469a07cfa4e13193
dir: /appl/spree/lib/objstore.m/
Objstore: module {
PATH: con "/dis/spree/lib/objstore.dis";
init: fn(mod: Spree, g: ref Clique);
unarchive: fn();
setname: fn(o: ref Object, name: string);
get: fn(name: string): ref Object;
};