shithub: purgatorio

ref: f8935b5778397074d41a48205e5c7f87d7b531fe
dir: /appl/alphabet/fs/bundle.m/

View raw version
Bundle: module {
	PATH: con "/dis/fs/bundle.dis";

	types: fn(): string;
	init: fn();
	run: fn(nil: ref Draw->Context, report: ref Reports->Report,
			nil: list of Fs->Option, args: list of ref Fs->Value): ref Fs->Value;
	bundle:	fn(r: ref Reports->Report, iob: ref Bufio->Iobuf, c: Fs->Fschan): chan of string;
};