code: 9ferno

ref: a7080788265dd441b5446bea5c4d31fccf7dea1f
dir: /appl/wm/ftree/cptree.m/

View raw version
Cptree: module {
	PATH: con "/dis/lib/ftree/cptree.dis";
	init: fn();
	copyproc: fn(f, d: string, progressch: chan of string,
		warningch: chan of (string, chan of int),
		finishedch: chan of string);
};