code: 9ferno

ref: d101aedac2ab53085aace1464d4f48a9d252b337
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);
};