code: 9ferno

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